mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-13 22:45:05 +02:00
linting
This commit is contained in:
parent
a2558bd762
commit
65fbedab89
8 changed files with 63 additions and 65 deletions
|
@ -31,8 +31,7 @@ from .common import MockDbForSharedTests, MockDbForIndividualTests, MockEppLib,
|
|||
|
||||
|
||||
class CsvReportsTest(MockDbForSharedTests):
|
||||
"""Tests to determine if we are uploading our reports correctly.
|
||||
"""
|
||||
"""Tests to determine if we are uploading our reports correctly."""
|
||||
|
||||
def setUp(self):
|
||||
"""setup fake comain data"""
|
||||
|
@ -200,8 +199,7 @@ class CsvReportsTest(MockDbForSharedTests):
|
|||
|
||||
|
||||
class ExportDataTest(MockDbForIndividualTests, MockEppLib):
|
||||
"""Test the ExportData class from csv_export.
|
||||
"""
|
||||
"""Test the ExportData class from csv_export."""
|
||||
|
||||
@less_console_noise_decorator
|
||||
def test_domain_data_type(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue