Tests created for ip interface

This commit is contained in:
Cian Hughes
2023-11-08 12:28:22 +00:00
parent fbbde8012d
commit 29f292edaa
2 changed files with 62 additions and 2 deletions
+2 -1
View File
@@ -26,9 +26,10 @@ mkdocs-material = {extras = ["all"], version = "^9.4.8"}
ruff = "^0.1.1"
black = "^23.10.1"
snoop = "^0.4.3"
pytest = "^7.4.3"
mypy = "^1.6.1"
docker-stubs = {git = "https://github.com/rdozier-work/docker-stubs"}
pytest = "^7.4.3"
hypothesis = "^6.88.3"
[tool.poetry.group.docs.dependencies]
mkdocs = "^1.5.3"