aboutsummaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/manual/rl-next/pytest-suite.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/manual/rl-next/pytest-suite.md b/doc/manual/rl-next/pytest-suite.md
new file mode 100644
index 000000000..f4dbda1e8
--- /dev/null
+++ b/doc/manual/rl-next/pytest-suite.md
@@ -0,0 +1,10 @@
+---
+synopsis: "The beginnings of a new pytest-based functional test suite"
+category: Development
+cls: [2036, 2037]
+credits: jade
+---
+
+The existing integration/functional test suite is based on a large volume of shell scripts.
+This often makes it somewhat challenging to debug at the best of times.
+The goal of the pytest test suite is to make tests have more obvious dependencies on files and to make tests more concise and easier to write, as well as making new testing methods like snapshot testing easy.