Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace bdd tests with parametrized tests for fba vs redapp tests #4044

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

conbrad
Copy link
Collaborator

@conbrad conbrad commented Oct 24, 2024

  • Removes bdd spreadsheet test suite since it doesn't actually assert anything
  • Ignores formatting for api/app/tests/fba_calc/test_fba_error_redapp.py because of the long line inputs

Closes #4020

Test Links:

Landing Page
MoreCast
Percentile Calculator
C-Haines
FireBat
FireBat bookmark
Auto Spatial Advisory (ASA)
HFI Calculator

Copy link

codecov bot commented Oct 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.99%. Comparing base (d5cf310) to head (3466da4).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4044   +/-   ##
=======================================
  Coverage   79.99%   79.99%           
=======================================
  Files         303      303           
  Lines       11554    11554           
  Branches      549      549           
=======================================
  Hits         9243     9243           
  Misses       2126     2126           
  Partials      185      185           

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

Copy link

sonarcloud bot commented Oct 24, 2024

Copy link
Collaborator

@dgboss dgboss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

Copy link
Collaborator

@brettedw brettedw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job!

# M2 The redapp error margin is HUGE!
# M4 Redapp margin bad.
# O1A Spreadsheet bad
# O1B Spreadsheet bad
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know you didn't write them but these are some interesting notes....haha

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keeping them because they might hold some key insights in the future!

@conbrad conbrad merged commit eb6644c into main Oct 24, 2024
23 checks passed
@conbrad conbrad deleted the task/fba-vs-redapp-test-refactor branch October 24, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dev Task: Replace test_fba_error.feature with vanilla pytest tests
3 participants