mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-01 10:36:42 +00:00
410 B
410 B
Development
Code convention
You should respect all the PEP8 convention except the rule about max line length.
Documentation
Build doc
In the project root folder:
./scripts/documentation.sh
The output is available inside docs/_build/html
Tests
Run tests
py.test -v