Skip to content

Commit

Permalink
Add developer notes for integration test execution tasks. (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti authored Jan 10, 2025
1 parent 226724c commit 54147af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion exasol/toolbox/nox/_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ def _integration_tests(
# run pre integration test plugins
pm.hook.pre_integration_tests_hook(session=session, config=config, context=context)

# run
# Notes:
# - Catch exceptions and ensure post-hooks run before exiting
# - Consider making the executed command(s) configurable via a plugin hook
# (The default implementation of the hook could provide the current implementation)
command = _test_command(config.root / "test" / "integration", config, context)
session.run(*command)

Expand Down

0 comments on commit 54147af

Please sign in to comment.