Skip to content

Commit

Permalink
fixup! Isolate unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tribeiro committed Oct 18, 2023
1 parent 9dbcd06 commit 1524b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_mtaosCsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def basic_make_csc(self, initial_state, config_dir, simulation_mode):

@classmethod
def setUpClass(cls):
cls._randomize_topic_subname = False
cls._randomize_topic_subname = True
cls.dataDir = mtaos.getModulePath().joinpath("tests", "tmp")
cls.isrDir = cls.dataDir.joinpath("input")

Expand Down
2 changes: 1 addition & 1 deletion tests/test_mtaosCscWithSimulators.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def basic_make_csc(self, initial_state, config_dir, simulation_mode):

@classmethod
def setUpClass(cls):
cls._randomize_topic_subname = False
cls._randomize_topic_subname = True

def setUp(self):
# Simulated CSCs
Expand Down

0 comments on commit 1524b4f

Please sign in to comment.