Skip to content

Commit 50dfeb7

Browse files
committed
#277 fix/clean tests
1 parent a49ceb2 commit 50dfeb7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

tests/backend/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
workspace

tests/backend/utils_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
def test_compile_mod():
77
mod_utils.compileModMechFiles(True, os.path.join(HERE, 'mod'))
8-
mod_utils.compileModMechFiles(True, os.path.join(HERE, 'mod')) # Will be ignored by neuron thanks to neuron.
8+
mod_utils.compileModMechFiles(True, os.path.join(HERE, 'mod')) # Will be ignored by neuron thanks to neuron.nrn_dll_loaded
99

10-
mod_utils.compileModMechFiles(True, os.path.join(HERE, './mod')) # this is enough to fool Neuron
10+
# mod_utils.compileModMechFiles(True, os.path.join(HERE, './mod')) # this is enough to fool Neuron

0 commit comments

Comments
 (0)