Description
This library implements expect tests (also known as "golden" tests). Expect tests are a method ofwriting tests where instead of hard-coding the expected output of a test, you run the test to get the output, andthe test framework automatically populates the expected output. If the output of the test changes, you can rerunthe test with the environment variable EXPECTTEST_ACCEPT=1 to automatically update the expected output.
More information
- Homepage: https://github.com/ezyang/expecttest
Available Versions of expecttest
Version | Module | Available on |
---|---|---|
0.1.3-GCCcore-11.3.0 | tools/expecttest/0.1.3-GCCcore-11.3.0 | Noctua 1, Noctua 2 |
0.1.3-GCCcore-10.3.0 | tools/expecttest/0.1.3-GCCcore-10.3.0 | Noctua 1, Noctua 2 |
0.1.3-GCCcore-10.2.0 | tools/expecttest/0.1.3-GCCcore-10.2.0 | Noctua 1, Noctua 2 |
0.1.3-foss-2021b | tools/expecttest/0.1.3-foss-2021b | Noctua 2 |
This table is generated automatically. If you need other versions please click pc2-support@uni-paderborn.de.
Usage Hints for expecttest
If you need support in using this software or example job scipts please contact pc2-support@uni-paderborn.de.