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 ba0fdb5 commit 7392d96Copy full SHA for 7392d96
exasol/toolbox/nox/_test.py
@@ -43,14 +43,14 @@ def _integration_tests(
43
) -> None:
44
pm = NoxTasks.plugin_manager(config)
45
46
- # run pre intergration test plugins
+ # run pre integration test plugins
47
pm.hook.pre_integration_tests_hook(session=session, config=config, context={})
48
49
# run
50
command = _test_command(config.root / "test" / "integration", config, context)
51
session.run(*command)
52
53
- # run post intergration test plugins
+ # run post integration test plugins
54
pm.hook.post_integration_tests_hook(session=session, config=config, context={})
55
56
0 commit comments