Small demo project for Lauzhack2025.
This repository contains a minimal README and a simple pytest test file so you can quickly run tests.
Prerequisites
- Python 3.8+
pytest(install withpip install pytest)
Run tests
pip install -r requirements.txt # optional if you create requirements
pytest -qIf you don't use a requirements.txt, just run:
pip install pytest;
pytest -q