ahy3nz / coMMParE

Comparing Molecular Mechanics Potential Energies
6 stars 5 forks source link

Use pytest mark parametrize for performing the same unit test but on different systems/files #2

Open ahy3nz opened 5 years ago

ahy3nz commented 5 years ago

Or maybe just use a text file with a bunch of smart strings. pytest (by default) suppresses any stdout unless the test fails, so pytest might not be the best approach?

ahy3nz commented 5 years ago

python -m pytest -s --disable-warnings to disable any pytest stdout capturing, so everything gets flushed to stdout; also disable any warning messages