Skip to content
Snippets Groups Projects
Commit 42a2b442 authored by Lauri Himanen's avatar Lauri Himanen
Browse files

Updated testing section in readme.

parent 3fa5558c
Branches
Tags 1.4.0
No related merge requests found
......@@ -96,7 +96,7 @@ In order to truly test the parser output, regression testing is needed. The
tests for this parser are located in
**/cp2k/parser/parser-cp2k/cp2kparser/regtest**. Tests provide one way to test
each parseable quantity and python has a very good [library for unit
testing](https://docs.python.org/2/library/unittest.html). When the parser
testing](https://docs.python.org/2/library/unittest.html). When the parser
supports a new quantity it is quite fast to create unit tests for it. These
tests will validate the parsing, and also easily detect bugs that may rise when
the code is modified in the future.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment