Skip to content
Snippets Groups Projects

Introduce Nox for Test Automation

Merged Frederik Hennig requested to merge fhennig/nox into master
Viewing commit 2283e2a1
Show latest version
1 file
+ 1
1
Preferences
Compare changes
+ 1
1
@@ -3,7 +3,7 @@ from __future__ import annotations
from typing import Sequence
import nox
nox.options.sessions = ["lint", "typecheck", "testsuite", "report_coverage"]
nox.options.sessions = ["lint", "typecheck", "testsuite"]
def add_pystencils_git(session: nox.Session):