File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ # import pytest
2+
3+ # pytest.register_assert_rewrite("codeflash.benchmarking")
4+ # pytest.register_assert_rewrite("codeflash.tracing")
5+ # pytest.register_assert_rewrite("codeflash.code_utils")
Original file line number Diff line number Diff line change 11import sys
22from pathlib import Path
33
4+ import pytest
5+ pytest .register_assert_rewrite ("codeflash" )
6+
47benchmarks_root = sys .argv [1 ]
58tests_root = sys .argv [2 ]
69trace_file = sys .argv [3 ]
710# current working directory
811project_root = Path .cwd ()
912
1013if __name__ == "__main__" :
11- import pytest
12-
13- pytest .register_assert_rewrite ("codeflash" )
14-
1514 from codeflash .benchmarking .codeflash_trace import codeflash_trace
1615 from codeflash .benchmarking .plugin .plugin import codeflash_benchmark_plugin
1716
You can’t perform that action at this time.
0 commit comments