Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-gpaw
Commits
3d1ee9ae
Commit
3d1ee9ae
authored
Jul 12, 2017
by
Mikkel Strange
Browse files
add tests for parser2.py (ulm)
parent
7bbb6bca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/scala/eu/nomad_lab/parsers/GpawParserSpec.scala
View file @
3d1ee9ae
...
...
@@ -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
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment