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 226724c commit 54147afCopy full SHA for 54147af
exasol/toolbox/nox/_test.py
@@ -46,7 +46,10 @@ def _integration_tests(
46
# run pre integration test plugins
47
pm.hook.pre_integration_tests_hook(session=session, config=config, context=context)
48
49
- # run
+ # Notes:
50
+ # - Catch exceptions and ensure post-hooks run before exiting
51
+ # - Consider making the executed command(s) configurable via a plugin hook
52
+ # (The default implementation of the hook could provide the current implementation)
53
command = _test_command(config.root / "test" / "integration", config, context)
54
session.run(*command)
55
0 commit comments