Thin-wrapper around the mock package for easier use with py.test
Thin-wrapper around the mock package for easier use with py.test. This plugin installs a mocker fixture which is a thin-wrapper around the patching API provided by the mock package, but with the benefit of not having to worry about undoing patches at the end of a test.
Thin-wrapper around the mock package for easier use with py.test. This plugin installs a mocker fixture which is a thin-wrapper around the patching API provided by the mock package, but with the benefit of not having to worry about undoing patches at the end of a test.
To install py313-pytest-mock, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py313-pytest-mock
To see what files were installed by py313-pytest-mock, run:
port contents py313-pytest-mock
To later upgrade py313-pytest-mock, run:
sudo port selfupdate && sudo port upgrade py313-pytest-mock
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.