Add tests

This commit is contained in:
sonny 2020-12-31 21:25:14 +01:00
parent e9f06f9da6
commit 8c8c2d73a2
3 changed files with 368 additions and 30 deletions

View file

@ -17,7 +17,7 @@ isort = "^5.6.4"
autoflake = "^1.4"
[tool.poetry.scripts]
ip_listen = "ip_listener.cli:run"
listen = "ip_listener.cli:run"
[build-system]
requires = ["poetry>=0.12"]