Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VIGNET Pierre
cadbiom
Commits
34445a83
Commit
34445a83
authored
May 16, 2017
by
ysard
Browse files
Remove temporary files created during testing
parent
45d4f5df
Changes
1
Show whitespace changes
Inline
Side-by-side
command_line/test/test_cam.py
View file @
34445a83
...
...
@@ -7,6 +7,7 @@ from __future__ import print_function
# Standard imports
import
pytest
import
tempfile
import
os
# Custom imports
from
cadbiom_cmd
import
solution_search
...
...
@@ -104,3 +105,9 @@ def test_minigraph1(feed_output):
found
=
[
line
for
line
in
file
]
assert
found
==
feed_output
[
2
]
# Delete temp files
os
.
remove
(
fd_model
.
name
)
os
.
remove
(
fd_model
.
name
[:
-
4
]
+
"_Px_cam.txt"
)
os
.
remove
(
fd_model
.
name
[:
-
4
]
+
"_Px_cam_complete.txt"
)
os
.
remove
(
fd_model
.
name
[:
-
4
]
+
"_Px_cam_step.txt"
)
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