File tree Expand file tree Collapse file tree 1 file changed +4
-25
lines changed
Expand file tree Collapse file tree 1 file changed +4
-25
lines changed Original file line number Diff line number Diff line change @@ -150,32 +150,11 @@ Tasks
150150~~~~~
151151.. todo :: Add diagram configuration and tasks (noxfile.py + noxconfig.py + exasol.toolbox)
152152
153- .. list-table ::
154- :header-rows: 1
155- :widths: 30 70
153+ To view all the defined nox tasks & their definitions use:
156154
157- * - Tasks
158- - Description
159- * - fix
160- - Runs all automated fixes on the code base
161- * - check
162- - Runs all available checks on the project
163- * - lint
164- - Runs the linter on the project
165- * - type-check
166- - Runs the type checker on the project
167- * - unit-tests
168- - Runs all unit tests
169- * - integration-tests
170- - Runs the all integration tests
171- * - coverage
172- - Runs all tests (unit + integration) and reports the code coverage
173- * - build-docs
174- - Builds the project documentation
175- * - open-docs
176- - Opens the built project documentation
177- * - clean-docs
178- - Removes the documentations build folder
155+ .. code-block :: shell
156+
157+ poetry run nox -l
179158
180159 Workflows
181160~~~~~~~~~
You can’t perform that action at this time.
0 commit comments