Output check functions like is_qqc_executed returned True even when there was empty entry_date. This behavior is fixed by adding entry_date conditions at the top of each function.
cd tests/ampscz_asana/lib
pytest test_qc.py -s -k test_is_qqc_executed
Output check functions like
is_qqc_executed
returnedTrue
even when there was emptyentry_date
. This behavior is fixed by addingentry_date
conditions at the top of each function.