1.0.3
Changed
- General housekeeping.
Fixed
- The failure message thrown for the
assertIsClosedResource()
andassertIsNotClosedResource()
assertions will now be more informative, most notably, when the value under test is a closed resource. PR #65, props Alain Schlesser for reporting.