Skip to content

Commit

Permalink
Merge pull request #7 from simonsobs/trace
Browse files Browse the repository at this point in the history
Turn on `trace_threads` and `trace_modules` in a test
  • Loading branch information
TaiSakuma authored Nov 13, 2023
2 parents 3e204c8 + 5cc7c81 commit 2f7b262
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 2f7b262

Please sign in to comment.