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
Stephan Seitz
pystencils
Commits
964e82ff
Commit
964e82ff
authored
Aug 21, 2019
by
Stephan Seitz
Browse files
conftest: this file should be added to waLBerla
The line is only need when running pytest form the root directory
parent
62e03ae4
Changes
1
Hide whitespace changes
Inline
Side-by-side
conftest.py
View file @
964e82ff
...
...
@@ -57,6 +57,8 @@ try:
except
ImportError
:
collect_ignore
+=
[
os
.
path
.
join
(
SCRIPT_FOLDER
,
"pystencils_tests/test_aligned_array.py"
),
os
.
path
.
join
(
SCRIPT_FOLDER
,
"pystencils_tests/test_datahandling_parallel.py"
),
os
.
path
.
join
(
SCRIPT_FOLDER
,
"doc/notebooks/03_tutorial_datahandling.ipynb"
),
os
.
path
.
join
(
SCRIPT_FOLDER
,
"pystencils/datahandling/parallel_datahandling.py"
),
os
.
path
.
join
(
SCRIPT_FOLDER
,
"pystencils_tests/test_small_block_benchmark.ipynb"
)]
try
:
...
...
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