zorn / franklin

Franklin is written in Elixir, Phoenix, and LiveView and is an intentionally over-engineered blog application. It uses an event-sourced / CQRS core (via commanded) along side modern component-based UI presentation. It aims to make even the simple things overly complex in the spirit of personal education towards these architecture decisions.
MIT License
16 stars 5 forks source link

API tests should have a documentant expectation for how we fully test all the attributes of a type. #253

Open zorn opened 1 year ago

zorn commented 1 year ago

Right now, we have some basic tests for the API, but it's unclear which tests are responsible for a through validation of all attributes and which are just asking for / testing relevant attributes to that specific test.