Фарм бот и автоматизиция для игры Black Desert Online
numpy
openCV (cv2)
pytest
pyQt5
win32api
| assets
| buffs
| foods
| loot
| ui
| data
*.json
| modules
bdo.py
bot.py
camera.py
gui.py
keys.py
utils.py
vision.py
| tests
test_bdo.py
test_bot.py
test_utils.py
test_vision.py
.editorconfig
.gitignore
main.py
requirements.txt
pytest (run all tests)
pytest -s (with i/o logging)
pytest modules/tests/test_db.py (run separate testcase)
pytest -v -m slow (run only decorated tag-mark: @pytest.mark.slow)
pytest -s -v -m "not slow" (inverse - exclude tests decorated with 'slow')