bluemaestro: investigation of data quality + more sanity checks

This commit is contained in:
Dima Gerasimov 2021-02-14 21:38:26 +00:00 committed by karlicoss
parent 746c3da0ca
commit 1899b006de
3 changed files with 77 additions and 37 deletions

View file

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