Skip to content

Commit 3b66da5

Browse files
committed
add tags
1 parent 79240d1 commit 3b66da5

File tree

2 files changed

+125
-118
lines changed

2 files changed

+125
-118
lines changed
Lines changed: 118 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -1,118 +1,118 @@
1-
test_bad_address_split
2-
test_empty_address
3-
test_empty_octet
4-
test_floats_rejected
5-
test_int
6-
test_leading_zeros
7-
test_network_passed_as_address
8-
test_pickle
9-
test_weakref
10-
test_bad_address_split_v6_leading_colon
11-
test_bad_address_split_v6_not_enough_parts
12-
test_bad_address_split_v6_repeated_double_colon
13-
test_bad_address_split_v6_too_many_colons
14-
test_bad_address_split_v6_too_many_parts
15-
test_bad_address_split_v6_too_many_parts_with_double_colon
16-
test_bad_address_split_v6_trailing_colon
17-
test_bad_v4_part_in
18-
test_empty_address
19-
test_floats_rejected
20-
test_int
21-
test_leading_zeros
22-
test_network_passed_as_address
23-
test_part_length
24-
test_pickle
25-
test_weakref
26-
test_empty_address
27-
test_floats_rejected
28-
test_int
29-
test_leading_zeros
30-
test_no_mask
31-
test_pickle
32-
test_split_netmask
33-
test_valid_netmask
34-
test_empty_address
35-
test_floats_rejected
36-
test_int
37-
test_leading_zeros
38-
test_no_mask
39-
test_pickle
40-
test_split_netmask
41-
test_subnet_of
42-
test_subnet_of_mixed_types
43-
test_supernet_of
44-
test_valid_netmask
45-
test_address_errors
46-
test_empty_address
47-
test_floats_rejected
48-
test_int
49-
test_leading_zeros
50-
test_pickle
51-
test_address_errors
52-
test_empty_address
53-
test_floats_rejected
54-
test_int
55-
test_leading_zeros
56-
test_pickle
57-
test_subnet_of
58-
test_supernet_of
59-
test_ip_address
60-
test_ip_interface
61-
test_ip_network
62-
test_containment
63-
test_foreign_type_equality
64-
test_foreign_type_ordering
65-
test_incompatible_versions
66-
test_mixed_type_key
67-
test_mixed_type_ordering
68-
test_same_type_equality
69-
test_same_type_ordering
70-
testAddrExclude
71-
testAddressComparison
72-
testAddressIntMath
73-
testCollapsing
74-
testContains
75-
testEmbeddedIpv4
76-
testEqual
77-
testForceVersion
78-
testGetNetmask
79-
testGetPrefixlen
80-
testGetSubnetForSingle128
81-
testGetSubnetForSingle32
82-
testGetSupernet4
83-
testHash
84-
testIPBases
85-
testIPVersion
86-
testIPv4NetAndHostmasks
87-
testIPv4NetworkHelpers
88-
testIPv4Tuple
89-
testIPv6AddressTooLarge
90-
testIntRepresentation
91-
testInterfaceComparison
92-
testInternals
93-
testIpFromInt
94-
testIpFromPacked
95-
testIpType
96-
testIpv4Mapped
97-
testMaxPrefixLength
98-
testMissingAddressClass
99-
testMissingNetworkVersion
100-
testNetworkComparison
101-
testNetworkElementCaching
102-
testNotEqual
103-
testOverlaps
104-
testPacked
105-
testRepr
106-
testReservedIpv4
107-
testReservedIpv6
108-
testSlash0Constructor
109-
testSlash128Constructor
110-
testSlash32Constructor
111-
testStrictNetworks
112-
testSubnetFailsForLargeCidrDiff
113-
testSubnetFailsForNegativeCidrDiff
114-
testSummarizing
115-
testSupernetFailsForLargeCidrDiff
116-
testTeredo
117-
testZeroNetmask
118-
testsixtofour
1+
AddressTestCase_v4.test_bad_address_split
2+
CommonTestMixin.test_empty_address
3+
AddressTestCase_v4.test_empty_octet
4+
CommonTestMixin.test_floats_rejected
5+
CommonTestMixin_v4.test_int
6+
CommonTestMixin_v4.test_leading_zeros
7+
AddressTestCase_v4.test_network_passed_as_address
8+
AddressTestCase_v4.test_pickle
9+
AddressTestCase_v4.test_weakref
10+
AddressTestCase_v6.test_bad_address_split_v6_leading_colon
11+
AddressTestCase_v6.test_bad_address_split_v6_not_enough_parts
12+
AddressTestCase_v6.test_bad_address_split_v6_repeated_double_colon
13+
AddressTestCase_v6.test_bad_address_split_v6_too_many_colons
14+
AddressTestCase_v6.test_bad_address_split_v6_too_many_parts
15+
AddressTestCase_v6.test_bad_address_split_v6_too_many_parts_with_double_colon
16+
AddressTestCase_v6.test_bad_address_split_v6_trailing_colon
17+
AddressTestCase_v6.test_bad_v4_part_in
18+
CommonTestMixin.test_empty_address
19+
CommonTestMixin.test_floats_rejected
20+
CommonTestMixin_v6.test_int
21+
CommonTestMixin_v6.test_leading_zeros
22+
AddressTestCase_v6.test_network_passed_as_address
23+
AddressTestCase_v6.test_part_length
24+
AddressTestCase_v6.test_pickle
25+
AddressTestCase_v6.test_weakref
26+
CommonTestMixin.test_empty_address
27+
CommonTestMixin.test_floats_rejected
28+
CommonTestMixin_v4.test_int
29+
CommonTestMixin_v4.test_leading_zeros
30+
NetmaskTestMixin_v4.test_no_mask
31+
NetmaskTestMixin_v4.test_pickle
32+
NetmaskTestMixin_v4.test_split_netmask
33+
NetmaskTestMixin_v4.test_valid_netmask
34+
CommonTestMixin.test_empty_address
35+
CommonTestMixin.test_floats_rejected
36+
CommonTestMixin_v4.test_int
37+
CommonTestMixin_v4.test_leading_zeros
38+
NetmaskTestMixin_v4.test_no_mask
39+
NetmaskTestMixin_v4.test_pickle
40+
NetmaskTestMixin_v4.test_split_netmask
41+
NetworkTestCase_v4.test_subnet_of
42+
NetworkTestCase_v4.test_subnet_of_mixed_types
43+
NetworkTestCase_v4.test_supernet_of
44+
NetmaskTestMixin_v4.test_valid_netmask
45+
NetmaskTestMixin_v6.test_address_errors
46+
CommonTestMixin.test_empty_address
47+
CommonTestMixin.test_floats_rejected
48+
CommonTestMixin_v6.test_int
49+
CommonTestMixin_v6.test_leading_zeros
50+
NetmaskTestMixin_v6.test_split_netmask
51+
NetmaskTestMixin_v6.test_address_errors
52+
CommonTestMixin.test_empty_address
53+
CommonTestMixin.test_floats_rejected
54+
CommonTestMixin_v6.test_int
55+
CommonTestMixin_v6.test_leading_zeros
56+
NetmaskTestMixin_v6.test_split_netmask
57+
NetworkTestCase_v6.test_subnet_of
58+
NetworkTestCase_v6.test_supernet_of
59+
FactoryFunctionErrors.test_ip_address
60+
FactoryFunctionErrors.test_ip_interface
61+
FactoryFunctionErrors.test_ip_network
62+
ComparisonTests.test_containment
63+
ComparisonTests.test_foreign_type_equality
64+
ComparisonTests.test_foreign_type_ordering
65+
ComparisonTests.test_incompatible_versions
66+
ComparisonTests.test_mixed_type_key
67+
ComparisonTests.test_mixed_type_ordering
68+
ComparisonTests.test_same_type_equality
69+
ComparisonTests.test_same_type_ordering
70+
IpaddrUnitTest.testAddrExclude
71+
IpaddrUnitTest.testAddressComparison
72+
IpaddrUnitTest.testAddressIntMath
73+
IpaddrUnitTest.testCollapsing
74+
IpaddrUnitTest.testContains
75+
IpaddrUnitTest.testEmbeddedIpv4
76+
IpaddrUnitTest.testEqual
77+
IpaddrUnitTest.testForceVersion
78+
IpaddrUnitTest.testGetNetmask
79+
IpaddrUnitTest.testGetPrefixlen
80+
IpaddrUnitTest.testGetSubnetForSingle128
81+
IpaddrUnitTest.testGetSubnetForSingle32
82+
IpaddrUnitTest.testGetSupernet4
83+
IpaddrUnitTest.testHash
84+
IpaddrUnitTest.testIPBases
85+
IpaddrUnitTest.testIPVersion
86+
IpaddrUnitTest.testIPv4NetAndHostmasks
87+
IpaddrUnitTest.testIPv4NetworkHelpers
88+
IpaddrUnitTest.testIPv4Tuple
89+
IpaddrUnitTest.testIPv6AddressTooLarge
90+
IpaddrUnitTest.testIntRepresentation
91+
IpaddrUnitTest.testInterfaceComparison
92+
IpaddrUnitTest.testInternals
93+
IpaddrUnitTest.testIpFromInt
94+
IpaddrUnitTest.testIpFromPacked
95+
IpaddrUnitTest.testIpType
96+
IpaddrUnitTest.testIpv4Mapped
97+
IpaddrUnitTest.testMaxPrefixLength
98+
IpaddrUnitTest.testMissingAddressClass
99+
IpaddrUnitTest.testMissingNetworkVersion
100+
IpaddrUnitTest.testNetworkComparison
101+
IpaddrUnitTest.testNetworkElementCaching
102+
IpaddrUnitTest.testNotEqual
103+
IpaddrUnitTest.testOverlaps
104+
IpaddrUnitTest.testPacked
105+
IpaddrUnitTest.testRepr
106+
IpaddrUnitTest.testReservedIpv4
107+
IpaddrUnitTest.testReservedIpv6
108+
IpaddrUnitTest.testSlash0Constructor
109+
IpaddrUnitTest.testSlash128Constructor
110+
IpaddrUnitTest.testSlash32Constructor
111+
IpaddrUnitTest.testStrictNetworks
112+
IpaddrUnitTest.testSubnetFailsForLargeCidrDiff
113+
IpaddrUnitTest.testSubnetFailsForNegativeCidrDiff
114+
IpaddrUnitTest.testSummarizing
115+
IpaddrUnitTest.testSupernetFailsForLargeCidrDiff
116+
IpaddrUnitTest.testTeredo
117+
IpaddrUnitTest.testZeroNetmask
118+
IpaddrUnitTest.testsixtofour
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*RangeTest.test_empty
2+
*RangeTest.test_invalid_invocation
3+
*RangeTest.test_issue11845
4+
*RangeTest.test_odd_bug
5+
*RangeTest.test_range
6+
*RangeTest.test_range_iterators_invocation
7+
*RangeTest.test_repr

0 commit comments

Comments
 (0)