Split AI and main tests, implement first AI test.

This commit is contained in:
OK
2023-03-22 18:05:45 +01:00
parent 934ba62557
commit c0f1e7e405
4 changed files with 56 additions and 34 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[flake8]
exclude = .git,__pycache__,.venv
per-file-ignores = __init__.py:F401
per-file-ignores = __init__.py:F401, tests/test_ai.py:E501
max-line-length = 140
max-complexity = 10
select = B,C,E,F,W,T4,B9