Skip to content

Commit c981300

Browse files
committed
tests: replace pytest with rut
1 parent bdaa862 commit c981300

32 files changed

+3919
-3586
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
doit.egg-info
44
.coverage
55
.cache
6+
.rut_cache
67
dist
78
MANIFEST.in
89
revision.txt
@@ -16,3 +17,7 @@ doc/samples/file*
1617

1718
dev
1819
.vscode
20+
.venv
21+
.claude
22+
CLAUDE.md
23+
AGENTS.md

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build
66
twine
77
pyflakes>=3.0
88
pycodestyle>=2.10
9-
pytest>=8.0
9+
rut>=3.0
1010
coverage>=7.0
1111

1212
tomli; python_version<"3.11"

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,8 @@ toml = ["tomli; python_version < '3.11'"]
5151
cloudpickle = ["cloudpickle; platform_python_implementation != 'PyPy'"]
5252

5353

54+
[tool.rut]
55+
source_dirs = ["doit", "tests"]
56+
5457
[tool.setuptools]
5558
packages = ["doit"]

tests/conftest.py

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)