marcoow / rust_rest

MIT License
5 stars 1 forks source link

move controller tests into tests directory #51

Closed marcoow closed 9 months ago

marcoow commented 9 months ago

…since they look at the app from the outside and don't rely on internals, thus can be seen as integration tests

see #34