From c6b330e71b8ddde97b15697e7fb1439c4522eede Mon Sep 17 00:00:00 2001 From: Hamer Iboshi <hi15@inf.ufpr.br> Date: Wed, 25 Sep 2019 11:17:32 -0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9798953..b1fc365 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # LDE API Regression Test # Regression test is a tool for validate existent functionality with each new release of code. - +Supports only CSV responses of API. ## Table of content ## [LDE API Regression Test](#lde-api-regression-test) @@ -93,6 +93,7 @@ python manage.py save --route enrollment ### Compare routes The command compare will compare all requisitions of routes in the list at settings file with the saved files at route_result path. +If it has some difference between the saved file and actual response of API then the command will return fail with the number of failures. ``` python manage.py compare ``` -- GitLab