Changelog

1.0.1 - 2025-03-11

This release has changes to docs, tests, and comments.

Removed

  • Remove unneeded code left over after earlier commit. (33de2dc) See (d77e05a)

1.0.0 - 2025-02-08

Changed

  • For broken FCB show whole statement if multiline. (238c41a)

Removed

  • Remove syntax highlight exception names in log. (d77e05a)

0.1.0 - 2025-01-27

Changed

  • Allow malformed dotted path to raise exception. (93b0af3)
  • Rewrite toml configuration logic, add code for new features. (0049211) Note runpytest feature was yanked.
  • Move fill_in() and helpers to new file fillin.py. (f1a9dee, bf240be, 2af6fc7, 9c0c702)
  • Move SysTool from skip.py to systool.py (57b831b)
  • No longer de-indenting setup/teardown blocks. (3641b32)
  • Move docs/recent_changes.md to CHANGELOG.md and format based on advice in common-changelog and keep a changelog. (43b2bd7, 6b75fb6)
  • Explicitly complete the with suite in code.py. (a2b3248)

Added

Removed

  • Remove cases.deindent() since no longer used. (8f64dfd)
  • Delete junit XML example. (4397244)
  • Remove requirement for typing module. (e8051f6)
  • Remove extra blank line in generated testfile. (a4424ff)

Fixed

0.0.4 - 2024-09-05

  • Bugfix- Issue- The generated expected output check in code mode asserts if the FCB length is greater than a fairly small value.
  • Python source formatting updates per Black 24.3.0.

0.0.3 - 2023-09-24

  • Add test_importer.py. Cleanups

0.0.2 - 2023-09-15

  • Bugfix- Use new recipe in importer.py to import the fixture function.
  • Add main.command().
  • Remove import io, sys, contextlib from generated testfile.
  • Catch exception raised by --replmode --fixture.
  • Add FCB info string "expected-output" to indicate expected output.
  • Add patch point to change info strings that indicate expected output.
  • Indicate expected output was checked with "o" in --log location.
  • Moved options.entry_points to setup.cfg and removed setup.py.
  • Markdown linting.
  • Setup classifiers, cleanups, Docs, renames.
  • Move twine check to build.yml.
  • serialize ci.yml jobs

0.0.1 - 2023-08-14

  • Initial upload to Python Package Index.