Re: [web2py] Re: Unittest Web2py with Test Runner Error database is locked

2016-02-11 Thread Maelle Taurand
Tanks for your reply. I'm not in a production environnement. I'm using web2py with students as teaching tools. In fact, my database is sqlite. I'm running 2.12-3 version of web2py on a linux machine. Python version is 2.7.10. 2016-02-10 21:46 GMT+01:00 Dave S : > > > On Wednesday, February

[web2py] Re: Unittest Web2py with Test Runner Error database is locked

2016-02-10 Thread Dave S
On Wednesday, February 10, 2016 at 11:53:27 AM UTC-8, Maelle Taurand wrote: > > > Hy, > > I want to make unit test with web2py. > > I follow this page : > https://pythonhosted.org/web2py_utils/test_runner.html. > > Is Web2py Test Runner always a good way for unittesting ? > > > After runnin