Skip to content

Commit

Permalink
Turn on trace_threads and trace_modules in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Nov 13, 2023
1 parent 3e204c8 commit 5cc7c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def statement(monkey_patch_syspath):

@pytest.fixture
async def run_nextline(db: DB, statement):
nextline = Nextline(statement)
nextline = Nextline(statement, trace_threads=True, trace_modules=True)
async with write_db(nextline, db):
async with nextline:
task_control = asyncio.create_task(control_execution(nextline))
Expand Down

0 comments on commit 5cc7c81

Please sign in to comment.