tests: move more tests into core, more consistent tests running in tox

This commit is contained in:
Dima Gerasimov 2024-08-07 00:55:30 +01:00
parent 420e8b23f2
commit af2dce50d2
7 changed files with 127 additions and 99 deletions

View file

@ -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.',
)