18 lines
960 B
Org Mode
18 lines
960 B
Org Mode
#+title: Readme
|
|
|
|
Scripts are a collection of helpful utility scripts, or simple gut-check tests for various functional pieces.
|
|
|
|
* test_recipe_scraper.py
|
|
Asserts various urls by making actual calls out to the internet, while our test suite mocks return values.
|
|
|
|
#+begin_src sh
|
|
python ../manage.py shell < ../scripts/test_recipe_scraper.py
|
|
#+end_src
|
|
|
|
#+RESULTS:
|
|
| Eagerly | running | all | tasks |
|
|
| Connected | to | sqlite@db.sqlite3 | |
|
|
| Checking: | https://cookingwithmike.com/quinoa-meatloaf/ | | |
|
|
| Checking: | https://www.kingarthurbaking.com/recipes/overnight-sourdough-waffles-recipe | | |
|
|
| Checking: | https://dirt.fyi/article/2026/02/25-years-of-ipod-brain?src=longreads | | |
|