We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfabef3 commit 7380b62Copy full SHA for 7380b62
2 files changed
tests/test_infer_reversal.py
@@ -13,7 +13,7 @@ def setUp(self):
13
"staircaseramp (2)_2kHz_15.01.07")
14
json_file = "staircaseramp (2)_2kHz_15.01.07.json"
15
16
- self.output_dir = os.path.join('test_output', 'test_trace_class')
+ self.output_dir = os.path.join('test_output', self.__class__.__name__)
17
18
if not os.path.exists(self.output_dir):
19
os.makedirs(self.output_dir)
tests/test_leak_correct.py
0 commit comments