ome / omero-test-infra

Test infrastructure for decoupled repositories
BSD 2-Clause "Simplified" License
3 stars 14 forks source link

Add dev mode #32

Closed manics closed 5 years ago

manics commented 5 years ago

Add a dev command so developers can iteratively update and test plugins. See the README for examples.

joshmoore commented 5 years ago

Nice idea. I've done some minimal testing but on an app phase which seems to work differently. Likely there will be some adaptions to cover each type of workflow, but I don't see any reason to not get it in. Feedback can come from @dominikl @will-moore and others during development.

One thing I've wanted (and have a branch for somewhere) is a version of NOCLEAN=1 ... srv. It had quite repetitive srv-up and srv-down tasks. Perhaps following your model, the workflow could be:

.omero/docker start cli
.omero/docker dev sh
.omero/docker stop cli

:+1: