Add some tests

This commit is contained in:
Paul Schaub 2018-11-18 20:25:22 +01:00
parent 8c2acbed79
commit a379e2ddbe
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
8 changed files with 168 additions and 15 deletions

View file

@ -26,4 +26,4 @@ Any valid study code can be entered. Some studies are preemptively hard-coded (`
Unknown studies will be newly created.
Records about existing studies are stored in the directory `./.imicodes/`. That directory contains text files which are named after studies.
Each study file contains the number of the last code which was generated, so new codes will have different numbers by incrementing the last code by one.
Each study file contains the number of the next code which will be generated, so new codes will have different numbers by incrementing the last code by one.