We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760efe7 commit 725f595Copy full SHA for 725f595
1 file changed
regressionfiles.yaml
@@ -1,3 +1,17 @@
1
+# Each entry in the `regressions` list corresponds to a single regression test.
2
+# An entry may be parsed and/or tested.
3
+# The keys in each entry are:
4
+#
5
+# - loc_entry (required str): A path relative to this file pointing to
6
+# a single output file or a directory where all files it contains
7
+# should be read (such as for Turbomole).
8
9
+# - tests (optional list of str, default empty): Names of test classes (not functions)
10
+# to run the entry through.
11
12
+# - parse (optional bool, default true): Should this entry be parsed?
13
+# Usually used in conjunction with writing a `testnoparse` function that
14
+# uses the `logfile` fixture.
15
regressions:
16
- loc_entry: ADF/ADF2004.01/Au2-fixed.adfout
17
- loc_entry: ADF/ADF2004.01/Fe-ox3-final.out
0 commit comments