elixir-cloud-aai / crate-db

Microservice for handling RO-Crates
Apache License 2.0
0 stars 0 forks source link

Write Tests #5

Closed Rahuljagwani closed 3 months ago

Rahuljagwani commented 3 months ago

For each subdirectory separate unit tests need to be written.

uniqueg commented 3 months ago

Please write tests at the same time as you write code. Create a PR for each individual controller or service, then include the necessary unit (and integration!) tests along with them. We do not ever want to merge untested code!

With that, I think you can close this issue.