Skip to content

Commit ef0d42c

Browse files
committed
Rename task unit-test to test:unit
1 parent ee9ca37 commit ef0d42c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/user_guide/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Execute the unit tests of the project:
7777

7878
.. code-block:: shell
7979
80-
nox -s unit-tests
80+
nox -s test:unit
8181
8282
8383
.. _existing:

exasol/toolbox/nox/_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def _coverage(
7272
session.run(*command)
7373

7474

75-
@nox.session(name="unit-tests", python=False)
75+
@nox.session(name="test:unit", python=False)
7676
def unit_tests(session: Session) -> None:
7777
"""Runs all unit tests"""
7878
context = _context(session, coverage=False)

0 commit comments

Comments
 (0)