Skip to content

Tox plugin to run shell commands before the test environments are created

License

Notifications You must be signed in to change notification settings

praekelt/tox-run-before

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tox Run Before Plugin

Tox plugin to run shell commands before the test environments are created.

Installation

  1. Add tox-run-before to your Python path.

Usage

A new run_before declaration is available under testenv sections. Example:

[testenv]
run_before =
    echo Building Yarn
    yarn
    yarn build

About

Tox plugin to run shell commands before the test environments are created

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages