From 70df8b09be3ad6ad056366dee6cfc48536cd4360 Mon Sep 17 00:00:00 2001 From: Bez <9039899+fkarg@users.noreply.github.com> Date: Thu, 18 Apr 2019 15:01:43 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dc2f910..0041961 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ This is just a quick translation of swagger doc to python using simple hack and Its easy enough to understand for making changes and making it usable for purpose. +# tests: +Can be run like this: +```python3 -m pytest tests.py``` -# Todo: -Many things... -- Validations -- Cleanup etc... +Make sure to have a gitea-instance running on `http://localhost:3000`, and an admin-user token at `.token`.