From a1782de1037dc1f818c45257d978da888e87ff85 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 24 Jun 2020 14:22:58 +0200 Subject: Improve mocking logic --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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. -- cgit v1.2.3