diff options
author | Michael McVady <femtonaut@gmail.com> | 2023-07-08 14:09:04 -0500 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2023-07-08 14:09:04 -0500 |
commit | b1d89102b08217e8dd2dad1ab210f052a138d1f5 (patch) | |
tree | a7014b4909e3c70b9a7553736c25235cb2aa2f8e /README.md | |
parent | 26be9c37aaee44f31a852da46b07032577db6fc8 (diff) |
Fix `tests.py`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -38,14 +38,16 @@ Use `psql` and load `db/db.sql` for models, ## TODO -1. Have `tests.py` load and drop database. 1. ~Only do HTTP stuff at the edge.~ -1. `PUT`/`PATCH`? posts. -1. pagination -1. HTML form for edits -1. Make h1 first class markdown citizen, (remove title) -1. Remove JSON API? -1. use sha256 hash to check kore blob +2. ~`PUT`~/`PATCH`? posts. +3. pagination +4. HTML form for edits +5. Make h1 first class markdown citizen, (remove title) +6. Remove JSON API? +7. use sha256 hash to check kore blob +8. Have `tests.py` load and drop database. +9. Refactor URLs and HTTP calls in tests `tests.py` to reduce copy-pasta +10. Get rid of `requests` dependency in `tests.py` ## C? |