Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests/formatting #105

Merged
merged 26 commits into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b98d78e
formatting test_address
VascoSch92 Sep 18, 2023
a785ad5
formatting test_subnet
VascoSch92 Sep 18, 2023
196c29f
formatting test_validators
VascoSch92 Sep 18, 2023
a18a680
test cases for test_validators
VascoSch92 Sep 18, 2023
bf791cb
test cases for test_subnet
VascoSch92 Sep 18, 2023
f591cb9
test cases for test_address
VascoSch92 Sep 18, 2023
d1b8bc3
Merge branch 'main' into pr/105
Diapolo10 Sep 18, 2023
bc6e74e
Merge branch 'main' into pr/105
Diapolo10 Sep 18, 2023
ce258d1
Merge branch 'tests/formatting' of https://github.com/VascoSch92/ipli…
Diapolo10 Sep 18, 2023
a0140cc
[PATCH] Linter fixes
Diapolo10 Sep 18, 2023
66b1457
Merge branch 'main' into tests/formatting
Diapolo10 Sep 18, 2023
5c65318
[PATCH] Simplified some code
Diapolo10 Sep 19, 2023
c047cf4
Merge branch 'pr/105' into nightly
Diapolo10 Sep 19, 2023
dcbf498
[PATCH] Switched to SubnetType over literals
Diapolo10 Sep 19, 2023
5453c64
[PATCH] Simplified address validator code
Diapolo10 Sep 19, 2023
d887bb8
Merge branch 'main' into tests/formatting
Diapolo10 Sep 19, 2023
02895f5
[PATCH] Updated coverage to 100%
Diapolo10 Sep 21, 2023
b9e5853
hid ip_addresses
VascoSch92 Sep 22, 2023
d9d1aa2
[PATCH] Made f-string use repr
Diapolo10 Sep 22, 2023
25793d7
[PATCH] De-duplicated IPv4 addresses in validators
Diapolo10 Sep 22, 2023
5f1b303
hid ip_addresses
VascoSch92 Sep 22, 2023
9fc5afb
add mask
VascoSch92 Sep 23, 2023
79eb3ac
add join
VascoSch92 Sep 23, 2023
352dbd3
add join
VascoSch92 Sep 23, 2023
01a6fab
add join
VascoSch92 Sep 23, 2023
ad4c306
Merge branch 'main' into tests/formatting
Diapolo10 Sep 25, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
tox-env: [
py38,
py39,
py310,
py311,
pypy3
]
include:
Expand Down
Loading