With #37 and #15 we now have some test infrastructure.
How do I run the tests? I'd expect there to be a line or two of description in README.md to give me the basics, in the same way that there are instructions for setting up the database or running the development server.
For extra credit, a section explaining how to add a new test ("create a file in tests, you can use X as a template; then add any data into the test database by creating a file like Y in Z") would encourage more of us to write more tests 😁
With #37 and #15 we now have some test infrastructure.
How do I run the tests? I'd expect there to be a line or two of description in
README.mdto give me the basics, in the same way that there are instructions for setting up the database or running the development server.For extra credit, a section explaining how to add a new test ("create a file in
tests, you can use X as a template; then add any data into the test database by creating a file like Y in Z") would encourage more of us to write more tests 😁