https://github.com/kermitt2/delft
Raw File
Tip revision: 9b17e890781e26eec7b5e3c166655d33e9dd805e authored by Patrice Lopez on 04 February 2024, 18:55:15 UTC
update models and scores for copyrights/license
Tip revision: 9b17e89
pytest.ini
[pytest]
cache_dir = build/pytest
testpaths = tests
markers =
    slow: marks tests as slow (deselect with '-m "not slow"')
back to top