Skip to content
Closed
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
cea63ef
parrallel tests
LahkLeKey May 27, 2026
155f22d
Merge pull request #1 from LahkLeKey/feat/parallel-test-suite
LahkLeKey May 27, 2026
9bf891c
fix(test): keep xdist wrapper-only and harden collection
LahkLeKey May 28, 2026
9449e24
fix(test): forward runtime passthrough and validate cursor
LahkLeKey May 30, 2026
e317e4e
fix(test): harden chunk sizing and resume behavior
LahkLeKey Jun 3, 2026
e72b5b4
fix(test): use -q instead of -qq for pytest collect-only to preserve …
LahkLeKey Jun 3, 2026
2caac75
(copilot-commit-suggestion) Potential fix for pull request finding
LahkLeKey Jun 4, 2026
2227434
chore: harden fast-test cursor handling
LahkLeKey Jun 4, 2026
dcd1475
chore: harden fast-test portability
LahkLeKey Jun 4, 2026
533e7a7
chore: harden fast-test collection
LahkLeKey Jun 4, 2026
91e873a
chore: tune fast-test output
LahkLeKey Jun 4, 2026
e55ca41
chore: harden fast-test locking
LahkLeKey Jun 4, 2026
4a73eef
chore: stream fast-test chunks
LahkLeKey Jun 4, 2026
aeb476e
chore: harden fast-test fd handling
LahkLeKey Jun 4, 2026
500c843
chore: fix fast-test help and lock
LahkLeKey Jun 4, 2026
f711540
chore: tighten fast-test locks
LahkLeKey Jun 4, 2026
f5e0a01
chore: clarify fast-test resume
LahkLeKey Jun 4, 2026
ba75dab
chore: route fast-test logs to stderr
LahkLeKey Jun 4, 2026
ec06344
chore: harden fast-test argv sizing
LahkLeKey Jun 4, 2026
abb8cb5
chore: align test wrapper naming
LahkLeKey Jun 4, 2026
48e53e1
chore: harden fast-test tempfiles
LahkLeKey Jun 4, 2026
575547b
chore: harden fast-test cursor path
LahkLeKey Jun 5, 2026
955d0e5
chore: harden pytest cache handling
LahkLeKey Jun 5, 2026
c10ae0d
chore: relax fast-test collection filter
LahkLeKey Jun 5, 2026
92abcdc
chore: tighten fast-test path guards
LahkLeKey Jun 5, 2026
6da8eb1
chore: force xdist and quiet collect
LahkLeKey Jun 5, 2026
9df0085
chore: tighten fast-test xdist args
LahkLeKey Jun 5, 2026
e4a30f0
chore: harden cursor temp handling
LahkLeKey Jun 5, 2026
b0641b9
chore: tighten fast-test temp and lock
LahkLeKey Jun 5, 2026
c86a6d4
chore: speed up arg sizing
LahkLeKey Jun 5, 2026
12a55ea
chore: harden cursor temp creation
LahkLeKey Jun 5, 2026
6e4bae2
chore: fix help and cursor guard
LahkLeKey Jun 5, 2026
a00beb4
chore: harden cursor cleanup
LahkLeKey Jun 5, 2026
15f2a06
chore: harden resume cursor access
LahkLeKey Jun 5, 2026
ef12855
chore: harden cursor read/write
LahkLeKey Jun 5, 2026
c9de4be
chore: harden lock file handling
LahkLeKey Jun 5, 2026
16e34a0
chore: fix lock pid scope
LahkLeKey Jun 5, 2026
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
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ packages = ["src/specify_cli"]
test = [
"pytest>=7.0",
"pytest-cov>=4.0",
"pytest-xdist>=3.5",
]

[tool.pytest.ini_options]
Expand Down
Loading