From f37debf73fcefa6bf93595067f022face67bc331 Mon Sep 17 00:00:00 2001 From: Phil Bajsicki Date: Fri, 19 Apr 2024 13:04:55 +0200 Subject: [PATCH] TODO for unit tests. --- README.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 3510fea..e5b552c 100644 --- a/README.org +++ b/README.org @@ -28,6 +28,11 @@ op8onal Header for “k”, and return: - A single probability in JSON format if a “k” is provided in the Header #+end_quote +* TODOS: +- Unit tests +- REST API + + * Thinking 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=. 2. Return either the full array of probabilities (no =k= provided), or return the specific probability if =k= is provided. - - * Code The following is python code blocks, with the documentation attached. Using =org-babel=, these are tangled into =pydiceprob.py=,