Added mocks:
fiji.plugin.trackmate
(quite a bunch)java.lang.Double
Some more mocks:
loci.formats.MetadataTools
ij.plugin.Concatenator
ij.process.StackStatistics
Provide an actual ij.IJ
class having a run()
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 famous IJ.run()
calls.
Allow the package to be built on / for Python 2.7 - no functional modifications.