MLH-Fellowship / orientation-project-python-24.FAL.A

Orientation Project (Python for 24.FAL.A)
0 stars 10 forks source link

Independent tests #48

Closed PeanutButterRat closed 1 month ago

PeanutButterRat commented 1 month ago

Resolves #46.

Unit tests should no longer affect the results of other unit tests because each the data dictionary is now reset to its original state before each test. The fix might be a little hacky, but I think for our purposes it is more than sufficient.