aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/rl-next/pytest-suite.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/rl-next/pytest-suite.md')
-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.