generated from UF-LP2/Python_Project_Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d291cf
commit 785dc4c
Showing
1 changed file
with
3 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,14 @@ | ||
{ | ||
"tests": [ | ||
{ | ||
"name": "Running Pytest", | ||
"setup": "pip install -r ./requirements.txt", | ||
"name": "Unit Test Runner", | ||
"setup": "https://gist.githubusercontent.com/eastanganelli/dba76bac7e9b9fc9a3f3d0416e00cbbb/raw/55f72318aadf52fa5fb050c71a83b8038abaf357/testing.sh", | ||
"run": "pytest .", | ||
"input": "", | ||
"output": "", | ||
"comparison": "exact", | ||
"timeout": 10, | ||
"points": 1 | ||
}, | ||
{ | ||
"name": "Running Pytest V2", | ||
"setup": "pip install -r ./requirementes.txt", | ||
"run": "pytest .", | ||
"input": "", | ||
"output": "", | ||
"comparison": "exact", | ||
"timeout": 10, | ||
"points": 1 | ||
"points": 2 | ||
} | ||
] | ||
} |