Skip to content

Releases: dcronqvist/pytechecker

v1.0.1 - Bug fixes (31 Jan, 2021)

31 Jan 12:45
Compare
Choose a tag to compare

Pytechecker

This update fixes a bug where if you supplied an undefined None to either the sample or the supplied object, pytechecker would just crash. It now instead just returns an error "ERROR: Sampled object cannot be undefined." or "ERROR: Supplied object cannot be undefined.", instead of crashing.

v1.0.0 - First release (20 Jan, 2021)

20 Jan 18:14
Compare
Choose a tag to compare

Pytechecker

This is the first release of pytechecker.

Features

  • Uses a specific standard for defining sample objects.
  • Type check sample objects against supplied objects.
  • Get overflow, i.e. fields that exist in the supplied object but not in the sample object.