diff options
| author | Petr Viktorin <pviktori@redhat.com> | 2015-05-27 15:51:40 +0200 |
|---|---|---|
| committer | Petr Viktorin <pviktori@redhat.com> | 2015-05-27 16:01:18 +0200 |
| commit | 719b047fc453ec7f3f9ebd1e6bce4fd0885263ff (patch) | |
| tree | 887d05f0767eb4c25afee82fffad043cb9f108ab /tests/test_flags.py | |
| parent | 2eaf67ae39bb7c8b1363b16736d7054a8c0fd967 (diff) | |
| download | dnspython-719b047fc453ec7f3f9ebd1e6bce4fd0885263ff.tar.gz | |
Rename tests with duplicate names
Some tests were shadowed by a different test of the same name.
Rename to resolve the conflicts.
In test_ntoaaton, there were exact duplicates; only keep one of each.
Diffstat (limited to 'tests/test_flags.py')
| -rw-r--r-- | tests/test_flags.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_flags.py b/tests/test_flags.py index 41372cd..95fd455 100644 --- a/tests/test_flags.py +++ b/tests/test_flags.py @@ -38,7 +38,7 @@ class FlagsTestCase(unittest.TestCase): self.assertTrue(dns.rcode.from_flags(0, 0x01000000) == \ dns.rcode.BADVERS) - def test_rcode6(self): + def test_rcode6a(self): self.assertTrue(dns.rcode.from_flags(5, 0) == dns.rcode.REFUSED) def test_rcode7(self): |
