Skip to content

Releases: ltbringer/fastest

Fastest 0.3.0

03 Feb 20:55

Choose a tag to compare

  • Fix crash when a file has functions without examples.
  • Exception test cases have arguments as python objects.

Fastest 0.2.0

03 Feb 19:40

Choose a tag to compare

  • Added pytest.
  • Added pytest-cov

Fastest 0.1.5

03 Feb 15:53

Choose a tag to compare

  • Added assertRaises test-case when an example is prepended with !! syntax instead of n) where n is a natural number.

Fastest 0.1.3

29 Jan 23:21

Choose a tag to compare

  • Uses pytest instead of unittests
  • Shows coverage path using file:// protocol

Fastest 0.1.1

28 Jan 12:18

Choose a tag to compare

Logger

  • Fixed module not found error

Example syntax

  • Fixed crashes on missing separator.
  • Fixed crashes on syntax error in code: When the watcher detects changes in a file, due to the presence of incomplete code, the ast fails to parse resulting in a crash.