summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGeorgios Andreadis <info@gandreadis.com>2020-06-24 14:22:58 +0200
committerGeorgios Andreadis <info@gandreadis.com>2020-06-24 14:22:58 +0200
commita1782de1037dc1f818c45257d978da888e87ff85 (patch)
tree1c80597a51d7571d3449698bf5bb209a96fe2bdb /README.md
parentdb979d36d0b9693cc81ffa0bdd29364c6218fc95 (diff)
Improve mocking logic
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index cd8bd956..04146f59 100644
--- a/README.md
+++ b/README.md
@@ -121,4 +121,10 @@ To try a different query, use the Postman `Builder` to edit the method, path, bo
When editing the web server code, restart the server (`CTRL` + `c` followed by `python main.py config.json` in the console running the server) to see the result of your changes.
+#### Code Style
+
To format all files, run `format.sh` in this directory.
+
+#### Testing
+
+Run `pytest` in this directory to run all tests.