We are currently working with a revel project, and the number of tests are already getting out of hand. I'm wanting to create a few packages under the tests directory to separate out controller tests from model tests and so on (e.g. tests/controllers/, tests/models/, etc).
When I do this the revel test command stops seeing these files.
I found a recommendation online to trail my test command with ..., but when I do this I get an error saying it failed to import my project.
Is this possible to do, or do all test files have to be within the tests directory? If it's possible, how do you run the tests in the sub-packages?
Aucun commentaire:
Enregistrer un commentaire