Closed nelfin closed 4 years ago
All the tests continue to pass, but none of the tests that were previously failing now pass (tests are marked as strictly XFAIL in setup.cfg,, in short if a test marked XFAIL succeeds then it'll break the build to remind me that it's now working, see https://docs.pytest.org/en/stable/skipping.html#strict-parameter for more details).
What this means isn't "nothing changed", but nothing that was covered by the existing test suite changed, since you said that you experienced a bug, it would be good to include a new test that covers that case so we can check against regressions in the future.
sounds good, I'll write one up!
Added a test for inner enum declaration with new generated pb2!
I also checked that this test fails without the fix by cherry-picking it onto the latest release. Good work, LGTM.
@diana-infinitus-ai wrote in the comments of issue #21: