Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 1.28 KB

README.md

File metadata and controls

36 lines (32 loc) · 1.28 KB

tourneyman-fast Backend Tests

A basic tournament management application built with:

To run

Checkout the project and run docker-compose up from ./. You'll see:

Note: This is just a dev setup and should probably not be used for anything but that.

Tests

Backend

From ./ run docker-compose run api pipenv run pytest

Frontend

From ./frontend:

  • run npm run test:unit for unit tests
  • run npm run test:e2e for E2E tests