File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def setUp(self):
1313 "staircaseramp (2)_2kHz_15.01.07" )
1414 json_file = "staircaseramp (2)_2kHz_15.01.07.json"
1515
16- self .output_dir = os .path .join ('test_output' , 'test_trace_class' )
16+ self .output_dir = os .path .join ('test_output' , self . __class__ . __name__ )
1717
1818 if not os .path .exists (self .output_dir ):
1919 os .makedirs (self .output_dir )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def setUp(self):
1313 "staircaseramp (2)_2kHz_15.01.07" )
1414 json_file = "staircaseramp (2)_2kHz_15.01.07.json"
1515
16- self .output_dir = os .path .join ('test_output' , 'test_trace_class' )
16+ self .output_dir = os .path .join ('test_output' , self . __class__ . __name__ )
1717
1818 if not os .path .exists (self .output_dir ):
1919 os .makedirs (self .output_dir )
You can’t perform that action at this time.
0 commit comments