Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 930 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 930 Bytes

minqlx-plugin-tests

python Tests codecov pre-commit

Test support functions for unit testing minqlx-plugins.

minqlx functions will be mocked out, so you should know the interface that minqlx provides for Quake Live plugins, and you should test the final plugin on the server to avoid integration problems with a real server running.

Use tox to build and run all unit tests.