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

Commit

Permalink
Fix missing test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Honny1 committed Sep 20, 2021
1 parent 183d7f4 commit e297b9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ recursive-include tests_oval_graph *.py
recursive-include tests_oval_graph/global_test_data *
recursive-include tests_oval_graph/test_oval_tree/test_data *
recursive-include tests_oval_graph/test_oval_evaluate/test_data *
recursive-include tests_oval_graph/test_commands/test_data *
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ commands =

[testenv:code-quality]
commands =
flake8 ./oval_graph ./tests_oval_graph setup.py
isort --check-only --diff ./oval_graph ./tests_oval_graph setup.py
-flake8 ./oval_graph ./tests_oval_graph setup.py
-isort --check-only --diff ./oval_graph ./tests_oval_graph setup.py
-pylint ./oval_graph ./tests_oval_graph setup.py

[testenv:entryPointsTest]
Expand Down

0 comments on commit e297b9b

Please sign in to comment.