Skip to content

Commit 54147af

Browse files
authored
Add developer notes for integration test execution tasks. (#331)
1 parent 226724c commit 54147af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

exasol/toolbox/nox/_test.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ def _integration_tests(
4646
# run pre integration test plugins
4747
pm.hook.pre_integration_tests_hook(session=session, config=config, context=context)
4848

49-
# run
49+
# 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)
5053
command = _test_command(config.root / "test" / "integration", config, context)
5154
session.run(*command)
5255

0 commit comments

Comments
 (0)