thegridelectric / gw-scada-spaceheat-python

GridWorks SCADA for space heating
MIT License
5 stars 2 forks source link

Rename 'test' to 'tests' to avoid import conflict #124

Closed anschweitzer closed 2 years ago

anschweitzer commented 2 years ago

Rename 'test' directory to 'tests' so it can be imported without conflicting with python 'test' package, which will allow sub-packages under 'tests' (e.g. tests/atn) to be imported.