Table of Contents
sudo make
sudo make install
This is done only once after having cloned the repository:
. bootstrap
This needs to be done every time a new session is started:
. initialize
pre-commit run --all-files
# Run module tests
pytest client
pytest server
pytest common
# Run integration tests
./run_integration_tests
# Run all of the above
./run_full_test_suite
![Product Name Screen Shot][product-screenshot]
Distributed under the MIT License. See LICENSE
for more information.