CoolFace
Apppublic

sahil-12kumar/IL_CMS_Tools

sourceHugging Faceupdated 6d agoView on Hugging Face
1likes
pytest.ini8 linesDownload Raw Back to root
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