ksindi / implements

:snake: Pythonic interfaces using decorators
http://implements.readthedocs.io/
Apache License 2.0
33 stars 4 forks source link

Test improvements #4

Closed pshirali closed 4 years ago

pshirali commented 4 years ago

Commit [1]

  1. Test code has been reorderd to have a negative case, followed by a positive case.
  2. In some tests, missing positive scenario(s) have been added for readability.
  3. Where negative and positive cases exist, the class names have a Fail and Pass suffix.
  4. A few additional scenarios have been added to a few tests.

Commit [2] Added a test for inheritance of interface classes and mixin of implementation

ksindi commented 4 years ago

Thanks @pshirali!