:) 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 4 functions in test_jar.py can be empty and have no executable code.