# content of pytest.ini [pytest] markers = unit_test: short test that checks that a module is acting correctly integration_test: long test that checks that the complete framework is running correctly filterwarnings = ignore::DeprecationWarning