Skip to content

Commit

Permalink
add back cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao committed Jun 12, 2024
1 parent c7a8614 commit e22b656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ def __enter__(self):

def __exit__(self, exc_type, exc_value, traceback):
del self.model
cleanup()


@pytest.fixture
Expand Down

0 comments on commit e22b656

Please sign in to comment.