Skip to content

Commit

Permalink
Clean up pytest (kuznia-rdzeni/coreblocks#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Urbańczyk authored Mar 10, 2024
1 parent be728d7 commit 11a7167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transactron/testing/infrastructure.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def add_all_mocks(self, sim: PysimSimulator, frame_locals: dict) -> None:
@contextmanager
def run_simulation(self, module: HasElaborate, max_cycles: float = 10e4, add_transaction_module=True):
traces_file = None
if "__COREBLOCKS_DUMP_TRACES" in os.environ:
if "__TRANSACTRON_DUMP_TRACES" in os.environ:
traces_file = unittest.TestCase.id(self)

clk_period = 1e-6
Expand Down

0 comments on commit 11a7167

Please sign in to comment.