diff options
author | 2018-09-04 22:06:07 +0200 | |
---|---|---|
committer | 2018-09-04 22:06:07 +0200 | |
commit | e211cbf6dbbe3a28ef1276af69c4f387db52d596 (patch) | |
tree | 8bb441e8528056806e129c5d45b3770bbaa0fd31 /api/tests/test_documentation_links.py | |
parent | Add job tags. (diff) |
Set up GitLab CI properly.
Diffstat (limited to 'api/tests/test_documentation_links.py')
-rw-r--r-- | api/tests/test_documentation_links.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/tests/test_documentation_links.py b/api/tests/test_documentation_links.py index e560a2fd..f6c78391 100644 --- a/api/tests/test_documentation_links.py +++ b/api/tests/test_documentation_links.py @@ -57,7 +57,7 @@ class EmptyDatabaseDocumentationLinkAPITests(APISubdomainTestCase): class DetailLookupDocumentationLinkAPITests(APISubdomainTestCase): @classmethod - def setUpTestData(cls): + def setUpTestData(cls): # noqa cls.doc_link = DocumentationLink.objects.create( package='testpackage', base_url='https://example.com', @@ -141,7 +141,7 @@ class DocumentationLinkCreationTests(APISubdomainTestCase): class DocumentationLinkDeletionTests(APISubdomainTestCase): @classmethod - def setUpTestData(cls): + def setUpTestData(cls): # noqa cls.doc_link = DocumentationLink.objects.create( package='example', base_url='https://example.com', |