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

Added support for multiple new XC functionals.

parent dd5c6ddc
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 4 deletions
......@@ -81,9 +81,10 @@ but can only test that the data is outputted in the correct format and
according to some general rules. These tests cannot verify that the contents
are correct.
In order to truly test the parser output, unit testing is needed. The unit
tests for this parser are located in **nwchem/test/unittests**. Unit tests provide one way
to test each parseable quantity and python has a very good [library for unit
In order to truly test the parser output, regression testing is needed. The
tests for this parser are located in
**/nwchem/parser/parser-nwchem/nwchemparser/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
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment