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-cp2k
Commits
39930754
Commit
39930754
authored
Apr 17, 2018
by
Lauri Himanen
Browse files
Small change to regtests.
parent
9fb49b25
Changes
1
Hide whitespace changes
Inline
Side-by-side
regtests/regtests.py
View file @
39930754
import
os
import
sys
import
unittest
import
logging
import
numpy
as
np
...
...
@@ -1358,4 +1359,6 @@ if __name__ == '__main__':
suites
.
append
(
unittest
.
TestLoader
().
loadTestsFromTestCase
(
TestElectronicStructureMethod
))
alltests
=
unittest
.
TestSuite
(
suites
)
unittest
.
TextTestRunner
(
verbosity
=
0
).
run
(
alltests
)
result
=
unittest
.
TextTestRunner
(
verbosity
=
0
).
run
(
alltests
)
sys
.
exit
(
not
result
.
wasSuccessful
())
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