We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Doing this would make the output of the tests (eg, "warnings summary" on TravisCI, such as this one) much less cluttered and easier to digest.
Plus, we have to move away from that deprecated module hierarchy anyway. Better sooner than later.
Example of current warning output:
/tmp/tests/test_SessionFactory.py:3: FutureWarning: The module odm2api.ODM2.models will be deprecated. Please use odm2api.models instead. from odm2api.ODM2.models import CVElevationDatum, setSchema
The text was updated successfully, but these errors were encountered:
PR #170 started to address this. More changes are needed
Sorry, something went wrong.
Completed by PR #171
No branches or pull requests
Doing this would make the output of the tests (eg, "warnings summary" on TravisCI, such as this one) much less cluttered and easier to digest.
Plus, we have to move away from that deprecated module hierarchy anyway. Better sooner than later.
Example of current warning output:
The text was updated successfully, but these errors were encountered: