Currently it is hard to do a regresion test before submitting a pull request, it would be great if contributors could run cargo test to be sure they didn't break anything. Parts that are required to be tested:
view.rs : test that all templates ork without runtime errors.
util.rs : all of the utility functions
repository.rs : create tests for repository methods if possible. Maybe have it to create test database.
Currently it is hard to do a regresion test before submitting a pull request, it would be great if contributors could run
cargo test
to be sure they didn't break anything. Parts that are required to be tested:view.rs
: test that all templates ork without runtime errors.util.rs
: all of the utility functionsrepository.rs
: create tests for repository methods if possible. Maybe have it to create test database.