Skip to content

A simple script that dumps a json schema and runs latency tests against Valve Relays for CSGO.

License

Notifications You must be signed in to change notification settings

Defirence/CSGO-Ping-Tester-redux

Repository files navigation

CSGO-Ping-Tester-redux

A re-written version of CSGO-Ping-Tester

renovate: enabled linting: pylint .github/workflows/pylint.yml

This is the dev branch, which tracks active development.

requirements.txt - Contains all the pip packages needed to build + run the project.

main.py - The main "script", the core of what the script/program does.

Uses GitHub Actions for testing on push to dev/+main branch(es) in .github/workflows/pylint.yml

Linting:

Uses pylint for linting with GitHub Actions

(WIP) Testing:

Uses pytest for testing.