> > Indeed, I am currently running all my integration tests to be sure that > > everything is OK. > > Hmmm, why not adding these tests as autopkgtest?
Actually, running these integration tests requires a network connection and a Docker infrastructure. They are much more involved than the unit tests (the latter being called as a part of the Debian build). I also carry on some manual tests to be sure everything is contained in the proper DEB package. Anyway, for those interested, the integration tests of Orthanc are publicly available in the following repository: https://bitbucket.org/sjodogne/orthanc-tests/ Sébastien-