TODO for unit tests.
This commit is contained in:
parent
ee032555eb
commit
f37debf73f
1 changed files with 5 additions and 2 deletions
|
@ -28,6 +28,11 @@ op8onal Header for “k”, and return:
|
||||||
- A single probability in JSON format if a “k” is provided in the Header
|
- A single probability in JSON format if a “k” is provided in the Header
|
||||||
#+end_quote
|
#+end_quote
|
||||||
|
|
||||||
|
* TODOS:
|
||||||
|
- Unit tests
|
||||||
|
- REST API
|
||||||
|
|
||||||
|
|
||||||
* Thinking
|
* Thinking
|
||||||
Given the problem's nature, we need the following functionality:
|
Given the problem's nature, we need the following functionality:
|
||||||
|
|
||||||
|
@ -40,8 +45,6 @@ For the bonus secion:
|
||||||
1. Create a FastAPI endpoint that takes an optional Header for =k=.
|
1. Create a FastAPI endpoint that takes an optional Header for =k=.
|
||||||
2. Return either the full array of probabilities (no =k= provided), or return the
|
2. Return either the full array of probabilities (no =k= provided), or return the
|
||||||
specific probability if =k= is provided.
|
specific probability if =k= is provided.
|
||||||
|
|
||||||
|
|
||||||
* Code
|
* Code
|
||||||
The following is python code blocks, with the documentation attached. Using
|
The following is python code blocks, with the documentation attached. Using
|
||||||
=org-babel=, these are tangled into =pydiceprob.py=,
|
=org-babel=, these are tangled into =pydiceprob.py=,
|
||||||
|
|
Loading…
Reference in a new issue