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

test: Remove expected_failures from tests #1116

Merged
merged 3 commits into from
Jan 27, 2022

Conversation

paulgessinger
Copy link
Member

This can lead to unnoticed unit test failures, as was the case for the TrapezoidBounds test.

This PR removes all of these cases. In some spots they were present due to the tests asserting the outcome of an operation that was hard coded in surface stubs. I don't think this provides any meaningful insight anyway, so I assert the stub behavior instead (i.e. the test succeeds).

This can lead to unnoticed unit test failures, as was the case for the
TrapezoidBounds test
@paulgessinger paulgessinger added this to the next milestone Dec 14, 2021
@paulgessinger paulgessinger changed the title tests: Remove expected_failures from tests test: Remove expected_failures from tests Dec 14, 2021
@codecov
Copy link

codecov bot commented Dec 14, 2021

Codecov Report

Merging #1116 (6a8fdad) into main (13b8e19) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1116   +/-   ##
=======================================
  Coverage   48.07%   48.07%           
=======================================
  Files         347      347           
  Lines       18090    18090           
  Branches     8516     8516           
=======================================
  Hits         8696     8696           
  Misses       3499     3499           
  Partials     5895     5895           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 13b8e19...6a8fdad. Read the comment docs.

@robertlangenberg robertlangenberg removed the request for review from asalzburger January 25, 2022 16:07
@kodiakhq kodiakhq bot merged commit 732dd82 into acts-project:main Jan 27, 2022
@paulgessinger paulgessinger deleted the refactor/expected_failures branch January 27, 2022 16:04
@paulgessinger paulgessinger modified the milestones: next, v17.0.0 Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants