We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0655ac1 commit 6b96411Copy full SHA for 6b96411
tox.ini
@@ -29,6 +29,11 @@ changedir = tests
29
commands =
30
pytest -n 4 initial_tox_test.py::test_test_run_environment
31
32
+[testenv:format_test]
33
+changedir = tests
34
+commands =
35
+ pytest -n 4 file_format_test.py::test_output_file_format
36
+
37
[testenv:release]
38
deps =
39
-r{toxinidir}/requirements-dev.txt
@@ -38,4 +43,4 @@ commands =
43
pytest -v --flake8
44
pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks --hidden-import=pkg_resources.extern
40
45
{toxinidir}/dist/cli -p tests -o test_result_cli
41
- ; py.test --cov-report term-missing --cov={envsitepackagesdir}/fosslight_binary
46
+ ; py.test --cov-report term-missing --cov={envsitepackagesdir}/fosslight_binary
0 commit comments