Performs extra checks before or after running
Project description
tox-extra
This tox plugin adds few extra checks like:
- ensure exit code 1 if git reports dirty or untracked files after the run
Usage example:
$ tox -e py
...
ERROR: Git reported dirty status. Git should never report dirty status at the end of testing, regardless if status is passed, failed or aborted.
On branch devel
Your branch is up to date with 'origin/devel'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
some-untracked.txt
nothing added to commit but untracked files present (use "git add" to track)
__________________________________________ summary ___________________________________________
ERROR: py: failed
The goal of this plugin is to help developers be aware about files modified by tests
or untracked files before they commit the code. This plugin also does not take into
consideration the global .gitignore
, something that can make git miss reporting
some untracked files, the goal being to assure that when a new developer clones and
runs the tests they do not endup with an unexpected git status.
If you have any cases where you expect to have git report dirty, please
add --allow-dirty
to the command call to disable this check.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for tox_extra-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6976c507b8ea07e0ef22687ea25c9d648dc992dbee838f4bed7a6ca5d4336bc1 |
|
MD5 | a99088f5ebd407b55b4a3d643aacbafd |
|
BLAKE2b-256 | eb9bd31a1c1016c8777ec31ace6d839ab75ec7d8dbca032ba3ff80dc36e2b919 |