mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-21 03:49:22 +02:00
made some updates to test adding less_noise decorator and fixing federalagency object handling
This commit is contained in:
parent
65fbedab89
commit
8fbded1c0a
6 changed files with 272 additions and 271 deletions
|
@ -1909,10 +1909,6 @@ class TestFederalAgency(TestCase):
|
|||
def setUp(self):
|
||||
self.client = Client(HTTP_HOST="localhost:8080")
|
||||
|
||||
def tearDown(self):
|
||||
super().tearDown()
|
||||
FederalAgency.objects.all().delete()
|
||||
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
super().tearDownClass()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue