prjemian / punx

Python Utilities for NeXus HDF5 files
https://prjemian.github.io/punx
5 stars 7 forks source link

API: fix GitHub access tests #134

Closed carterbox closed 2 years ago

carterbox commented 2 years ago

Fixes broken tests by updating GitHub authentication from username/password to personal token and by changing the branch pointer to "main" from "master".

prjemian commented 2 years ago

Also, once we are done with technical corrections and updates to make the code compliant with Python3, I intend to apply black to set the code style compatible with PEP8. In a separate PR.

prjemian commented 2 years ago

BTW, the commands to run the tests are listed in ./.travis.yml but these have been superceded by pytest which can run all the tests in the repo. Any future unit tests should be written with pytest, instead of unittest.

carterbox commented 2 years ago

Ya, I just wanted feedback on my comments before I proceeded with any changes. Thanks!