Skip to content

Commit

Permalink
TST: allow custom test selection
Browse files Browse the repository at this point in the history
PR #180
  • Loading branch information
henryiii authored Oct 31, 2022
1 parent 82072a7 commit bfdc549
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ def test(session):
'--cov', '--cov-config', 'setup.cfg',
f'--cov-report=html:{htmlcov_output}',
f'--cov-report=xml:{xmlcov_output}',
'tests/', *session.posargs
*session.posargs
)
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ show_contexts = true

[tool:pytest]
norecursedirs = tests/packages/*
testpaths =
tests

0 comments on commit bfdc549

Please sign in to comment.