Skip to content

Commit

Permalink
Enabled more code.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeced committed Dec 14, 2023
1 parent 9c3b782 commit 6ed94ec
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/test_backtesting_charts.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ async def impl():
await backtesting_dispatcher.run()
# assert "Price missing" in caplog.text
trace("impl")
# with helpers.temp_file_name(suffix=".png") as tmp_file_name:
# trace("impl")
# line_charts.save(tmp_file_name)
# trace("impl")
# assert os.stat(tmp_file_name).st_size > 100
# trace("impl")
# trace("impl")
with helpers.temp_file_name(suffix=".png") as tmp_file_name:
trace("impl")
line_charts.save(tmp_file_name)
trace("impl")
assert os.stat(tmp_file_name).st_size > 100
trace("impl")
trace("impl")

asyncio.run(impl())

0 comments on commit 6ed94ec

Please # to comment.