Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 9707758

Browse files
authored
Merge pull request #213 from Honny1/fix-missing-files
Fix missing test files
2 parents 183d7f4 + e297b9b commit 9707758

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ recursive-include tests_oval_graph *.py
1212
recursive-include tests_oval_graph/global_test_data *
1313
recursive-include tests_oval_graph/test_oval_tree/test_data *
1414
recursive-include tests_oval_graph/test_oval_evaluate/test_data *
15+
recursive-include tests_oval_graph/test_commands/test_data *

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ commands =
3333

3434
[testenv:code-quality]
3535
commands =
36-
flake8 ./oval_graph ./tests_oval_graph setup.py
37-
isort --check-only --diff ./oval_graph ./tests_oval_graph setup.py
36+
-flake8 ./oval_graph ./tests_oval_graph setup.py
37+
-isort --check-only --diff ./oval_graph ./tests_oval_graph setup.py
3838
-pylint ./oval_graph ./tests_oval_graph setup.py
3939

4040
[testenv:entryPointsTest]

0 commit comments

Comments
 (0)