Skip to content

Commit

Permalink
small adjustment of local test
Browse files Browse the repository at this point in the history
  • Loading branch information
dataspider committed Jul 14, 2024
1 parent 67a9342 commit 2840ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymnet/tests/tutorial_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class TestTutorials(unittest.TestCase):
def setUp(self):
self.networktypes = "../tutorials/01_networktypes"
self.networktypes = "../../doc/tutorials/networktypes"

def test_networktypes(self):
subprocess.call(
Expand All @@ -23,7 +23,7 @@ def test_networktypes(self):

def tearDown(self):
subprocess.call(
f"rm ../tutorials/{self.networktypes}.nbconvert.ipynb", shell=True
f"rm ../../doc/tutorials/{self.networktypes}.nbconvert.ipynb", shell=True
)


Expand Down

0 comments on commit 2840ad1

Please sign in to comment.