Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Aug 16, 2020
1 parent 724ca3a commit 92b6e65
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lexicon/tests/providers/test_euserv.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@

from lexicon.tests.providers.integration_tests import IntegrationTestsV2

# EUserv has a limit of 10 TXT entries. Therefore, the live recordings were
# and entries removed manually during the execution of the tests.
# Otherwise, a test case will fail with a corresponding error (maximum entries reached).

# Hook into testing framework by inheriting unittest.TestCase and reuse
# the tests which *each and every* implementation of the interface must
# pass, by inheritance from integration_tests.IntegrationTests
class EUservProviderTests(TestCase, IntegrationTestsV2):
"""Tests for EUserv"""

# EUserv has a limit of 10 TXT entries. Therefore, the live recordings were
# and entries removed manually during the execution of the tests.
# Otherwise, a test case will fail with a corresponding error (maximum entries reached).

provider_name = "euserv"
domain = "schoettle.it"
product_id_domain = 1
Expand Down

0 comments on commit 92b6e65

Please sign in to comment.