# Problem We need test cases! # HowTo #### 1. variant run `py.test` on the `test` folder. #### 2. variant run `bash test.sh` to run `py.test` for `python2` and `python3` on the `test` folder # List of testcases ## databaseModel - [x] add simple main_table storage - [x] load simple main_table ## databaseAPI - [x] get_table_entry for simple main_table ...
Problem
We need test cases!
HowTo
1. variant
run
py.teston thetestfolder.2. variant
run
bash test.shto runpy.testforpython2andpython3on thetestfolderList of testcases
databaseModel
databaseAPI
...