Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 442 Bytes

File metadata and controls

23 lines (16 loc) · 442 Bytes

Lauzhack2025

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 with pip install pytest)

Run tests

pip install -r requirements.txt  # optional if you create requirements
pytest -q

If you don't use a requirements.txt, just run:

pip install pytest;
pytest -q