sahil-12kumar/IL_CMS_Tools
1
1[pytest]2testpaths = tests3# The app is a flat set of modules in backend/; conftest.py puts backend/ on4# sys.path so `import app` works without installing anything.5addopts = -q --strict-markers6filterwarnings =7 ignore::DeprecationWarning8 