Add pytest, add basic byte conversion testing

This commit is contained in:
2023-05-12 00:06:18 -05:00
parent 60abf999e0
commit 087656ca0b
4 changed files with 42 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ setuptools = "*"
vistir = "==0.6.1"
pipenv-setup = {extras = ["black"], version = "*"}
black = "*"
pytest = "*"
[requires]
python_version = "3.11"