File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -194,8 +194,8 @@ You are ready to use the toolbox. With *nox -l* you can list all available tasks
194194 - lint:security -> Runs the security linter on the project
195195 - project:report -> Collects and generates metrics summary for the workspace
196196 - release:prepare -> Prepares the project for a new release.
197- - unit-tests -> Runs all unit tests
198- - integration-tests -> Runs the all integration tests
197+ - test: unit -> Runs all unit tests
198+ - test: integration -> Runs the all integration tests
199199 - coverage -> Runs all tests (unit + integration) and reports the code coverage
200200 - check -> Runs all available checks on the project
201201
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ def unit_tests(session: Session) -> None:
7979 _unit_tests (session , PROJECT_CONFIG , context )
8080
8181
82- @nox .session (name = "integration-tests " , python = False )
82+ @nox .session (name = "test: integration" , python = False )
8383def integration_tests (session : Session ) -> None :
8484 """
8585 Runs the all integration tests
You can’t perform that action at this time.
0 commit comments