Unit tests for valid IP, public IP & CF API requests

This commit is contained in:
2024-02-12 12:27:50 +01:00
parent 8bb7f2e1ae
commit c4d4755eeb
5 changed files with 174 additions and 1 deletions

2
tests/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from src.logger import logger
logger.setLevel('WARNING')