Skip to content
This repository was archived by the owner on Sep 27, 2020. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 264 Bytes

File metadata and controls

8 lines (6 loc) · 264 Bytes

event_notification_system

Event Notification System for Caverage

Setup for dev

Clone the repo, set up a venv, and run python -m pip install -e ".[tests]" to set up the dev enviroment.

Testing

pytest --cov=pongwall_server --cov-config=setup.cfg -x