bluemaestro: investigation of data quality + more sanity checks
This commit is contained in:
parent
746c3da0ca
commit
1899b006de
3 changed files with 77 additions and 37 deletions
|
@ -2,6 +2,8 @@ import os
|
|||
|
||||
import pytest
|
||||
|
||||
V = 'HPI_TESTS_KARLICOSS'
|
||||
|
||||
skip_if_not_karlicoss = pytest.mark.skipif(
|
||||
'HPI_TESTS_KARLICOSS' not in os.environ, reason='test only works on @karlicoss data for now',
|
||||
V not in os.environ, reason=f'test only works on @karlicoss data for now. Set evn variable {V}=true to override.',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue