You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,6 @@ While students used pytest for assignments, faculty relied on unittest for autog
6
6
Faculty also duplicated code in autograders for tasks like checking required files and enforcing submission limits.
7
7
We faced additional challenges with the underlying [gradescope-utils][5] library, such as partial credit not working.
8
8
To address these issues, we wrote [jmu_pytest_utils][6] as an independent package, which simplifies autograder development and takes full advantage of pytest's advanced features.
0 commit comments