You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***Added Support for Argument Forwarding to Test-Related Nox Tasks**
8
+
9
+
**Overview:**
10
+
With this new feature, it is now possible to forward additional arguments to the application (pytest) that executes the tests.
11
+
12
+
For example this feature now allows for easy execution of a subset of tests using pytest’s `-k` expression selection or `-m` marker selection (see usage examples below).
13
+
14
+
The forwarding will work for the following Nox tasks:
15
+
- unit-tests
16
+
- integration-tests
17
+
- coverage
18
+
19
+
**Usage:**
20
+
21
+
To prepare a release, simply execute a command in your terminal as shown in the examples below:
***Added Support for Argument Forwarding to Test-Related Nox Tasks**
8
-
9
-
**Overview:**
10
-
With this new feature, it is now possible to forward additional arguments to the application (pytest) that executes the tests.
11
-
12
-
For example this feature now allows for easy execution of a subset of tests using pytest’s `-k` expression selection or `-m` marker selection (see usage examples below).
13
-
14
-
The forwarding will work for the following Nox tasks:
15
-
- unit-tests
16
-
- integration-tests
17
-
- coverage
18
-
19
-
**Usage:**
20
-
21
-
To prepare a release, simply execute a command in your terminal as shown in the examples below:
0 commit comments