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

Adding Commandline Interface #213

Merged
merged 41 commits into from Jan 1, 2021
Merged

Adding Commandline Interface #213

merged 41 commits into from Jan 1, 2021

Conversation

seperman
Copy link
Owner

Adding Commandline Interface

seperman and others added 30 commits September 28, 2020 00:34
Instead of just checking t1, we also check t2, to ensure we survive
diffs where both the old and the new value can be None.

Also, as far as I can understand the code, we exit upon reporting a
result in the case of a type mismatch rather than continuing the diff
code (that way we don't need each type-specific differ to handle
incorrect types – None, in this case).

Further iteration from 47a141f.

The expanded test coverage fails on master.
Improve ignoring of NoneType in diff
This reverts commit 46db2aa.
epsilon is now passed with math_epsilon. math_close boolean is removed.

added warning for use in conjunction with ignore_order
add math_epsilon for number diffs that are close
@codecov-io
Copy link

codecov-io commented Dec 31, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@c78395c). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #213   +/-   ##
=========================================
  Coverage          ?   99.63%           
=========================================
  Files             ?       13           
  Lines             ?     2734           
  Branches          ?        0           
=========================================
  Hits              ?     2724           
  Misses            ?       10           
  Partials          ?        0           

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 c78395c...d04af64. Read the comment docs.

@seperman seperman merged commit 0baced4 into master Jan 1, 2021
@seperman seperman deleted the dev branch January 1, 2021 07:20
@seperman seperman restored the dev branch January 1, 2021 07:20
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.

None yet

4 participants