From 1caed354153912a1065c8bb99acdab5eea8bbb4a Mon Sep 17 00:00:00 2001 From: Danilo Becke Date: Fri, 5 Jan 2024 15:09:58 -0300 Subject: [PATCH] Update README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 37f557b..5875842 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,6 @@ make stop-test # if testing ### Improvements - [ ] Allow managers to submit code to test their own tasks -- [ ] Develop a script to be used as a helper when creating tests (capturing the inputs and outputs and storing'em in the `test_n.in`/`test_n.out` files). The download path of this script should be added to the `/configs` endpoint response - [ ] Return the number of errors for the test with more failures, updating the `Report` model - [ ] Add support for supporting files when creating tasks (required updating the [MossService](./code/services/moss_service.py))