Yann Weber
fa8bf06f15
Make runtest.sh exit status consistent solves #249
8年前
prieto
f612e62fbc
Tests enhancements
8年前
Yann Weber
d58f67987c
Uncomment rm in runtest
was disabled for debugging...
8年前
Yann Weber
df8a088024
Bugfix on regression caused by previous bugfix
Previous bugfix on runtest & create instance brokes deployment, now both seems to work fine
8年前
Yann Weber
8c5a442e7c
Bugfixes in create_instance and in all runtest process
8年前
Yann Weber
4b3ebcabe8
Various bugfixes
concerning unittest & field validators
8年前
Yann Weber
63ca38b370
Fixed runtest scripts
8年前
Yann Weber
d7c24fce39
Enhancement in deployment with autotools and in README file
Remove duplicate install templates directories (the same directories can be used by SLIM & runtest)
Addapted runtest so it can fetch the install template from the lodel2 datadir
Make lodel_admin.py runnable (add the python3 shebang + chmod +x at install-data target)
And a beautifull ASCII formating for the README
8年前
Yann Weber
9e3f66b403
Bugfix in autotools dist make target
8年前
Yann Weber
c28fd07797
Bugfixes for dist make target
Now we can run tests from the tarball generated by make dist
8年前
Yann Weber
3931d286a7
Bugfixes in runtest
8年前
Yann Weber
352730a585
Add a test in runtest that asserts the projects was build
8年前
Yann Weber
9b27bd1911
Add a file to execute tests on plugins + rewrite the tests
- now runtest runs also make refresh_plugins in the test instance
8年前
Yann Weber
c6334f903f
Bugfixes in LeGetQuery + more tests on LeObject.get <-> LeGetQuery
8年前
Yann Weber
22dbedf781
Test runner enhancement
Now it support -v and -f options (kind of dirty support for the moment...)
8年前
Yann Weber
a3b3102604
New way to run test via loader & conf
8年前
Yann Weber
fcaf9c86ce
New version of tests
Now an instance is created, tests are copied in it and the run
8年前
prieto
f2cf90d1e1
correction import pymysql
8年前
Yann Weber
7910374183
Implementing mlstring + tests
8年前
Roland Haroutiounian
5cae70382a
Cleaning the folder hierarchy
8年前
Yann Weber
34dd2e95e6
Disables warnings for tests
8年前
Yann Weber
9e27610b40
Added modify_rank test, done some refactoring and updated runtest utils script
runtest script has now comments inside showing usefull options to run tests
9年前
Yann Weber
c7defe71e0
Added tests for sqlwrapper
Removed logging test in EditorialModel/lib/component.py
Added comment in Database/sqlwrapper.py
9年前
Yann Weber
ebdb512500
Modification to be less dependent to django + logging in db wrapper
9年前