Skip to content

Commit

Permalink
make tests launch
Browse files Browse the repository at this point in the history
  • Loading branch information
caryoscelus committed Jul 20, 2023
1 parent d9fea20 commit 260c4e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/Test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ def pytest_collection_modifyitems(config, items):

os.chdir(os.path.abspath(os.path.dirname(__file__) + "/../..")) # Set working dir

all_loaded = PluginManager.plugin_manager.loadPlugins()
assert all_loaded, "Not all plugin loaded successfully"

config.loadPlugins()
config.parse(parse_config=False) # Parse again to add plugin configuration options

Expand Down
2 changes: 1 addition & 1 deletion src/Test/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[pytest]
python_files = Test*.py
addopts = -rsxX -v --durations=6 --no-print-logs --capture=fd
addopts = -rsxX -v --durations=6 --capture=fd
markers =
slow: mark a tests as slow.
webtest: mark a test as a webtest.

0 comments on commit 260c4e6

Please sign in to comment.