Improve channel allocation and write basic tests for it

This commit is contained in:
2022-08-12 22:27:49 +01:00
parent 6306231098
commit 065fe94cbd
4 changed files with 143 additions and 12 deletions

3
runtest.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
#pre-commit run -a
python -m unittest discover -s tests -p 'test_*.py'