-
I suggest that, since we are starting with both a spec and and a reference implementation, we go the Test Driven Development route.
This raises the question, what test framework do we use? I'm most c…
-
**Describe the bug**
TDD logic not working as it is expected in the example of the getting started, it did not fail on empty package body.
**Provide version info**
Information about utPLSQL and D…
-
Hi all, I just built the latest Flash Attention 3 ([c1d146c](https://github.com/Dao-AILab/flash-attention/commit/c1d146cbd5becd9e33634b1310c2d27a49c7e862)) with the latest CUTLASS release (`v3.5.1`, i…
-
The following requirements must be met:
- Create, edit, and delete recipes
- Categorize recipes by type (e.g., breakfast, lunch, dinner, snacks)
- Include fields for recipe name, ingredients, prepara…
-
I'm trying to do time-travel debugging with a faulty program (Reaper).
I launch the program manually, then use "Attach to process" to attach to the software. After some time I press "Stop and Debug…
-
-
When examining the data, it may be very useful to have an additional view of the total daily delivery of how much insulin is given supplementally to bring bg towards target(s). In other words, how man…
-
```
"""
Teste para inserir (api) 5 ToDos diferentes
"""
def test_insert_to_do(flask_app):
from app.app import todos_list
to_do_to_insert = [
{"title": "TO DO 1", "descrip…
-
```
def test_insert_todos_by_api(flask_app):
"""
Teste para inserir (api) 5 ToDos diferentes
"""
from app.app import todos_list
from pprint import pprint
for i in …
-
```
def test_insert_5_different_todos(flask_app):
from app.app import todos_list
for x in range(ord('a'), ord('e') + 1):
flask_app.post("/todo", json={"title": chr(x), "due_date"…