Match luketainton/template
This commit is contained in:
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
"""Test cases for main.py."""
|
||||
|
||||
from app.main import ipv4_to_ipv6
|
||||
|
||||
def test_ipv4_to_ipv6():
|
||||
result = ipv4_to_ipv6('192.168.0.1')
|
||||
assert result == "2002:c0a8:1::/128"
|
||||
|
||||
Reference in New Issue
Block a user