tests: move more tests into core, more consistent tests running in tox
This commit is contained in:
parent
074e24c309
commit
34593c032d
7 changed files with 127 additions and 99 deletions
|
@ -9,7 +9,7 @@ V = 'HPI_TESTS_KARLICOSS'
|
|||
|
||||
skip_if_not_karlicoss = pytest.mark.skipif(
|
||||
V not in os.environ,
|
||||
reason=f'test only works on @karlicoss data for now. Set evn variable {V}=true to override.',
|
||||
reason=f'test only works on @karlicoss data for now. Set env variable {V}=true to override.',
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue