Automated testing for the examples in your documentation.
This library provides a way to test examples in your documentation by parsing them from the documentation source and evaluating the parsed examples as part of your normal test run. Integration is provided for the three main Python test runners.
This library provides a way to test examples in your documentation by parsing them from the documentation source and evaluating the parsed examples as part of your normal test run. Integration is provided for the three main Python test runners.
To install py38-sybil, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-sybil
To see what files were installed by py38-sybil, run:
port contents py38-sybil
To later upgrade py38-sybil, run:
sudo port selfupdate && sudo port upgrade py38-sybil
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.