-
Notifications
You must be signed in to change notification settings - Fork 26
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
API v1 to v2 shim: follow spec with shallow copy #399
base: master
Are you sure you want to change the base?
Conversation
This is issue with tests, mistake in both assertion that checks for modification of original definition and in rare edge case of Mineunit's Thing is, this test should have been failing all the time but has been passing all the time. |
448e5f5
to
cfbe533
Compare
Mineunit failed regression tests, click for detailsRegression test log for Technic CNC:
Regression test log for Technic Chests:
Regression test log for Technic:
|
is this ready to merge in the current state? |
Should be good yes. |
cfbe533
to
011738b
Compare
Click for detailed source code test coverage reportTest coverage report for Technic CNC 87.49% in 11/14 files:
Test coverage report for technic chests 45.06% in 6/6 files:
Test coverage report for technic 71.04% in 97/97 files:
Raw test runner output for geeks:CNC:
Chests:
Technic:
|
Fixes API by making it follow spec and comments, there were tests for this but those tests were broken.
Tests has been fixed in #395 and are currently correctly failing for custom solar array registration.
Fixes