-
Notifications
You must be signed in to change notification settings - Fork 1
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
Inverse Reporting - Shows whats not changed #15
Conversation
5d339d4
to
fda1638
Compare
7edca55
to
3e4ef20
Compare
Looks like I ran into an issue when running this locally (unrelated to the changes here).
When looking at the vars there, I see something likely unexpected for pre and post In [1]: pre
Out[1]: [None, 1]
In [2]: post
Out[2]: [None, 1] |
a89b7e2
to
058466d
Compare
@JacobCallahan I had similar issue during the implementation but it was related to int and None.
|
058466d
to
a22513b
Compare
@JacobCallahan Yeah having Could you please retry now ? |
@jyejare that allowed the report to complete! |
Glad that works for you @JacobCallahan , Thanks ! |
A new feature where the comparison could be done for what's not changed.
The new
-i
or--inverse
option to show whats not changed.Also, Expected constants similar as expected variations implemented (Needs additional 6_15_constants.yaml file with expected data):
Could also record the expected variations if you need that in report (Needs additional 6_15_constants.yaml file with expected data)