Hello, We need to create unit tests for accions that access the database. Does web2py provide tools to do this? The idea is to have a test purpose database and populate it with test data at the moment the tests run. Then, the test would use this fake data populated in the database.
Thanks in advance Santiago

