Projects STRLCPY maigret Commits 951be444
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    tests/conftest.py
    skipped 38 lines
    39 39   return db
    40 40   
    41 41   
    42  -@pytest.fixture(scope='session')
     42 +@pytest.fixture(scope='function')
    43 43  def test_db():
    44 44   db = MaigretDatabase().load_from_file(TEST_JSON_FILE)
    45 45   
    skipped 9 lines
Please wait...
Page is in error, reload to recover