Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ python =

[testenv]
passenv=HOME
commands = pytest --cov=papers --cov-append --cov-report=term-missing {posargs} -xv
commands = pytest -vv -n auto --dist loadfile --cov=papers --cov-append --cov-report=term-missing {posargs} -xv
deps =
bibtexparser < 2.0.0
PyMuPDF
Expand All @@ -73,6 +73,7 @@ deps =
bs4
pytest
pytest-cov
pytest-xdist
depends =
{py39,py310,py311,py312,py313}: clean
report: py39,py310,py311,py312,py313
Expand Down
467 changes: 0 additions & 467 deletions tests/test_add.py

This file was deleted.

361 changes: 0 additions & 361 deletions tests/test_duplicates.py

This file was deleted.

Loading