[Feature request]: Make gempyor
Testing Utilities Private
#464
Labels
enhancement
Request for improvement or addition of new feature(s).
gempyor
Concerns the Python core.
low priority
Low priority.
quick issue
Short or easy fix.
Milestone
Label
enhancement, gempyor, quick issue
Priority Label
low priority
Is your feature request related to a problem? Please describe.
Currently the testing utilities provided by
gempyor.testing
are publicly available, these APIs should not be exported as we do not want external/operational users to make use of these directly. See:flepiMoP/flepimop/gempyor_pkg/src/gempyor/testing.py
Lines 1 to 16 in 9be82be
Is your feature request related to a new application, scenario round, pathogen? Please describe.
No response
Describe the solution you'd like
Move
gempyor.testing
togempyor._testing
so it is hidden by default and change the__all__
dunder above to[]
. After doing this the test suite will have to be updated to accommodate. Doing these changes without adjusting the test suite results in lots of errors:The text was updated successfully, but these errors were encountered: