Skip to content

1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jul 18:51
· 17 commits to main since this release

1.0.0 - 2023-07-27

Compare with 0.11.1

Breaking changes

  • failprint.runners.run_function_get_code(stderr) parameter was removed.
  • failprint.capture.cast_capture was removed. Use [Capture.cast][failprint.capture.Capture.cast] instead.
  • failprint.capture.StdBuffer was removed. Use [CaptureManager][failprint.capture.CaptureManager] instead.
  • failprint.capture.stdbuffer was removed. Use [Capture.here][failprint.capture.Capture.here] instead.

Features

Code Refactoring

  • Reduce PTY delays to speed up code and tests suite (de543c8 by Timothée Mazzucotelli).