Skip to content
Snippets Groups Projects
Commit 3d1ee9ae authored by Mikkel Strange's avatar Mikkel Strange
Browse files

add tests for parser2.py (ulm)

parent 7bbb6bca
Branches
Tags
No related merge requests found
......@@ -16,5 +16,11 @@ object GpawParserSpec extends Specification {
"Fe2 test with json" >> {
ParserRun.parse(GpawParser, "parsers/gpaw/test/examples/Fe2.gpw", "json") must_== ParseResult.ParseSuccess
}
"Au test with json-events" >> {
ParserRun.parse(GpawParser2, "parsers/gpaw/test/examples/Au.fcc.ulm.gpw", "json-events") must_== ParseResult.ParseSuccess
}
"Au test with json" >> {
ParserRun.parse(GpawParser2, "parsers/gpaw/test/examples/Au.fcc.ulm.gpw", "json") must_== ParseResult.ParseSuccess
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment