Skip to content

Conversation

gordonwatts
Copy link
Member

@gordonwatts gordonwatts commented Apr 8, 2025

  • ast.dump makes for a much more user-friendly error message. Replace ast.dump.
  • Fix up a few tests that broke as a result of specific text no longer being present in error messages.
  • Forces us to leave behind python 3.8 support.

Fixes #240

@gordonwatts gordonwatts self-assigned this Apr 8, 2025
@gordonwatts gordonwatts added the enhancement New feature or request label Apr 8, 2025
Copy link

codecov bot commented Apr 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.02%. Comparing base (1903b3a) to head (33366f3).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #250   +/-   ##
=======================================
  Coverage   95.02%   95.02%           
=======================================
  Files          35       35           
  Lines        2009     2009           
  Branches      221      221           
=======================================
  Hits         1909     1909           
  Misses         64       64           
  Partials       36       36           
Flag Coverage Δ
unittests 95.02% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gordonwatts gordonwatts merged commit e127af3 into master Apr 8, 2025
26 checks passed
@gordonwatts gordonwatts deleted the feat/unparse branch April 8, 2025 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors for First() shoudl use ast.unparse
1 participant