Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
parser-molcas
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nomad-lab
parser-molcas
Commits
f02be0f6
Commit
f02be0f6
authored
Oct 10, 2016
by
Ask Hjorth Larsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make molcas tests work with sbt
parent
cb3a5443
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
144 additions
and
144 deletions
+144
-144
parser/parser-molcas/generate_scala_testcode.py
parser/parser-molcas/generate_scala_testcode.py
+2
-2
src/test/scala/eu/nomad_lab/parsers/MolcasParserSpec.scala
src/test/scala/eu/nomad_lab/parsers/MolcasParserSpec.scala
+142
-142
No files found.
parser/parser-molcas/generate_scala_testcode.py
View file @
f02be0f6
...
...
@@ -15,10 +15,10 @@ import org.{ json4s => jn }
test_template
=
"""
\
"test %(name)s " >> {
"test with json-events" >> {
ParserRun.parse(MolcasParser, "parsers/molcas/test/examples/
test/
%(name)s", "json-events") must_== ParseResult.ParseSuccess
ParserRun.parse(MolcasParser, "parsers/molcas/test/examples/%(name)s", "json-events") must_== ParseResult.ParseSuccess
}
"test with json" >> {
ParserRun.parse(MolcasParser, "parsers/molcas/test/examples/
test/
%(name)s", "json") must_== ParseResult.ParseSuccess
ParserRun.parse(MolcasParser, "parsers/molcas/test/examples/%(name)s", "json") must_== ParseResult.ParseSuccess
}
}"""
...
...
src/test/scala/eu/nomad_lab/parsers/MolcasParserSpec.scala
View file @
f02be0f6
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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