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
:) jars.py exists
:) Jar's constructor initializes a cookie jar with given capacity
:) Jar's constructor raises ValueError when called with negative capacity
:) Empty jar prints zero cookies
:) Jar prints total number of cookies deposited
:) Jar's deposit method raises ValueError when deposited cookies exceed the jar's capacity
:) Jar's withdraw method removes cookies from the jar's size
:) Jar's withdraw method raises ValueError when withdrawn cookies exceed jar's size
:) Implementation of Jar passes all tests in test_jar.py
:) test_jar.py contains at least four functions
The 4 functions in test_jar.py can be empty and have no executable code.
The text was updated successfully, but these errors were encountered:
The 4 functions in test_jar.py can be empty and have no executable code.
The text was updated successfully, but these errors were encountered: