Closed
Description
Currently imager.factor
which is used in the creation of the Factor docker image, is housed in testest
. As imager.factor
has nothing to do with testest
including not ever being used in testest
, but is a required part of the docker build process, it should be moved here.
Furthermore, having it in testest
creates an artificial dependency, requiring testest
to be update and a new release created even when fixing bugs that otherwise do not involve testest
at all (for example #11).