OceanNetworksCanada / api-python-client

Provides easy access to ONC data in Python
https://oceannetworkscanada.github.io/api-python-client/
Apache License 2.0
10 stars 9 forks source link

Migrate test framework to pytest #10

Closed kan-fu closed 6 months ago

kan-fu commented 10 months ago

Robot framework adds a learning curve for those who are interested in helping with the library but not experienced with the framework (including me). pytest is one of the most common test frameworks for Python packages. It adds little burden to python developers.

I will gradually migrate to pytest so it might take more than one PR to close the issue. Currently there are in total 10 suites 94 tests. The first pull request will convert some suites and set the code template so the design is reviewed.