labscript-suite-oldfinal1 / installer

The installer for the labscript suite. This repository is used used to build zip files containing an install script and all the labscript suite python packages.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Extremely basic end-to-end test to verify currently tagged versions not broken #27

Open philipstarkey opened 6 years ago

philipstarkey commented 6 years ago

Original report (archived issue) by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington).


We have had a few regressions due to testing always happening with the latest development versions and not the releases. In principle we are supposed to recognise when we have introduced dependency between components or modified one in a backward compatible way so that the version checks detect a problem, but we have missed this on a number of occasions.

We need a basic end-to-end test that installs the labscript suite in a fresh environment using the installer and runs a dummy experiment through all the programs to verify there is no major incompatibility that say, prevents a program from starting.

philipstarkey commented 6 years ago

Original comment by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington).