Open acrager opened 2 years ago
Having thought about this a little bit longer, I think I can be convinced to keep this exception if we think it makes things easier. This file is only used in testing and our package should never include functions that have the same name.
From Coding Standards,
from packagename import *
should never be used (except in__init__.py
).hermes_instrument/tests/test_calibration.py violates this policy on line 2.