aboutsummaryrefslogtreecommitdiff
path: root/tests/functional2/README.md
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-10-04 21:17:25 -0700
committerJade Lovelace <lix@jade.fyi>2024-10-09 14:47:39 -0700
commit4180b84a677c363ab9f5ce500f0e5fa822d6c133 (patch)
tree0a1c503fc46e0597e332dcf3cc68f0c9bfacbaf6 /tests/functional2/README.md
parent3caf3e1e08220b59dee1dfe81549b3a0739f8565 (diff)
testsuite: use xdist for parallel test running
This is capped at 12 because 3.7 seconds of startup is painful enough and 5.5 seconds with 24 was more annoying. Change-Id: I327db40fd98deaa5330cd9cf6de99fb07b2c1cb0
Diffstat (limited to 'tests/functional2/README.md')
-rw-r--r--tests/functional2/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional2/README.md b/tests/functional2/README.md
index 8d8aa244b..b0440fb3a 100644
--- a/tests/functional2/README.md
+++ b/tests/functional2/README.md
@@ -18,7 +18,7 @@ Its primary goal is to make tests more concise, more self-contained, easier to w
- [ ] Web server fixture: we don't test our network functionality because background processes are hard and this is simply goofy.
We could just test it.
- [ ] Nix daemon fixture.
-- [ ] Parallelism via pytest-xdist.
+- [x] Parallelism via pytest-xdist.
[pytest-expect-test]: https://pypi.org/project/pytest-expect-test/
[pytest-insta]: https://pypi.org/project/pytest-insta/