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 ee9ca37 commit ef0d42cCopy full SHA for ef0d42c
doc/user_guide/getting_started.rst
@@ -77,7 +77,7 @@ Execute the unit tests of the project:
77
78
.. code-block:: shell
79
80
- nox -s unit-tests
+ nox -s test:unit
81
82
83
.. _existing:
exasol/toolbox/nox/_test.py
@@ -72,7 +72,7 @@ def _coverage(
72
session.run(*command)
73
74
75
-@nox.session(name="unit-tests", python=False)
+@nox.session(name="test:unit", python=False)
76
def unit_tests(session: Session) -> None:
"""Runs all unit tests"""
context = _context(session, coverage=False)
0 commit comments