Chore: create test items
, list
and list_items
for query & interface testing
#358
Labels
chore
a tedious but necessary task often paying technical debt
elixir
Pull requests that update Elixir code
enhancement
New feature or enhancement of existing functionality
help wanted
If you can help make progress with this issue, please comment!
priority-1
Highest priority issue. This is costing us money every minute that passes.
T2h
Time Estimate 2 Hours
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
At present I find myself having to write a bunch of boilerplate code to write tests for the work I'm doing in #356 & #357 ... π¨βπ» β
Feel like I could create a couple of realistic-looking
lists
andlist_items
for theperson=1
("admin") which only get inserted in aMIX_ENV=test
orMIX_ENV=dev
so they don't polluteprod
.Todo
priv/repo/seeds_test.exs
withlists
andlist_items
including updating theposition
and "removing" items (position=999999.999
) so we can test thelist_items
query.The text was updated successfully, but these errors were encountered: