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
In testing a new assignment I deliberately uploaded code that should fail half of the unit tests. The autograder still marked everything as succeeding. Local runs through IntelliJ correctly show these tests not passing.
I am using gradle to run the tests (ver. 8.12) with the command gradle test --tests "TestClass.testMethod" which worked previously.
The template repository is WVUP/cs122objectorientedprogramming-lesson-1-blackjack-card-and-deck-CS122BlackjackCardAndDeck
The GH Classroom assignment is Classrooms->CS122ObjectOrientedProgramming->Lesson 1: Blackjack Card and Deck