NASA-PDS / pds-github-util

[ARCHIVED] Github utility functions to enforce the PDS engineering node software life cycle.
https://nasa-pds.github.io/pds-github-util
Other
0 stars 2 forks source link

NASA-PDS/devops#10 #40

Closed nutjob4life closed 3 years ago

nutjob4life commented 3 years ago

πŸ“œ Summary

Merge this and it just might make this repository look a bit more like the pds-template-repo-python.

🩺 Test Data and/or Report

Before these changes:

$ venv/bin/python setup.py test
…
β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆTestβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ<unittest.runner.TextTestResultβ–ˆnum=15β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆfailures=0>

After these changes:

$ venv/bin/python setup.py test
…
β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆTestβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ<unittest.runner.TextTestResultβ–ˆnum=15β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆfailures=0>

No change = good πŸ˜‡

🧩 Related Issues

MJJoyce commented 3 years ago

Looks good to me!