From db979d36d0b9693cc81ffa0bdd29364c6218fc95 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 24 Jun 2020 13:26:56 +0200 Subject: Add working test setup --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fbf6f913..cd8bd956 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,4 @@ 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. -To format all files, run the following command: - -```bash -yapf **/*.py -i -``` +To format all files, run `format.sh` in this directory. -- cgit v1.2.3