Skip to content

Releases: olin/focstest

v0.5.1

20 Feb 21:09
1f6fd91
Compare
Choose a tag to compare

Changelog

  • Update url for Spring 2023
  • Add hint for outdated url errors

v0.5.0

20 Nov 16:19
Compare
Choose a tag to compare

Changelog

  • return homework file errors to the user
  • custom error messages with suggestions for fixes
  • allow specifying a local html file to scrape from
  • cached files are refreshed after 30 minutes
  • add notes on developing, releasing, and maintaining
  • lots of internal restructuring
  • more resilient test and error parsing

v0.4.1

15 Apr 21:14
c22a576
Compare
Choose a tag to compare

Changelog

  • Updates for Spring 2022 semester urls (#28)
  • Fixes for CI and dependency vulnerabilities (#27, #29)

v0.4.0

21 Oct 00:31
e5f2147
Compare
Choose a tag to compare

Changelog

  • a moderately-updated cli: fewer, cleaner options (#23)
    • -U and -S are deprecated in favor of -u and -s (the previous -u abbreviation for --url is now dropped)
  • an easier install procedure, pip install .! (#19)
  • the cache directory is now hidden away in your system's temporary directory (still accessible, but no longer in every location you have ever run focstest) (#19)
  • more usage instructions in the README
  • GitHub Actions setup for testing, dependencies, and pip install-ing for every commit and pull request.

v0.3.0

19 Sep 04:09
babc2fa
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Changelog

  • updated for the 2019 Fall website!
  • version bump for dependencies
  • a non-zero amount of code coverage with tests
  • moderately-refined output

Many thanks to the first other contributor to the project, @labseven

v0.2.0

12 Nov 07:30
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changelog

  • add pretty colors to output
  • automagically guess urls from filenames
  • add option to skip specific tests
  • track suite indicies for better context in test output
  • fix whitespace matching bug