Skip to content

Commit

Permalink
Remove teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Jan 16, 2024
1 parent 45da6d0 commit d0f1d0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions project/tests/test_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ def setUpClass(cls):
BlindFactory.create_batch(size=5)
SilkyConfig().SILKY_META = False

def tearDown(self):
DataCollector().stop_python_profiler()

def test_profile_request_to_db(self):
DataCollector().configure(Request(reverse('example_app:index')))

Expand Down

0 comments on commit d0f1d0f

Please sign in to comment.