v0.2.0
New
- Added an actual
ij.IJ
class (instead of simply mocking it asNone
) having arun()
method that will issue a log message with the parameters handed over, to allow for pytest and caplog setups to (pseudo) test code that issues the famousIJ.run()
calls.
Usage
To create a virtualenv based on this release, use:
REL="0.2.0"
URL_PFX="https://github.com/imcf/imcf-fiji-mocks/releases/download/v$REL"
pip install --upgrade \
$URL_PFX/imcf_fiji_mocks-0.2.0-py2.py3-none-any.whl \
$URL_PFX/micrometa-15.2.2-py2.py3-none-any.whl \
$URL_PFX/sjlogging-0.5.2-py2.py3-none-any.whl \
olefile \
pip
# for generating docs via pdoc:
pip install pdoc