NASA-PDS / deep-archive

PDS Open Archival Information System (OAIS) utilities, including Submission Information Package (SIP) and Archive Information Package (AIP) generators
https://nasa-pds.github.io/deep-archive/
Other
7 stars 4 forks source link

Template rollout autumn 2021 #118

Closed nutjob4life closed 2 years ago

nutjob4life commented 2 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

$ venv/bin/pytest
================================================= test session starts ==================================================
platform darwin -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-1.0.0
rootdir: /Users/kelly/Documents/Clients/JPL/PDS/Development/pds-deep-archive
plugins: cov-2.12.1, xdist-2.4.0, forked-1.3.0
collected 31 items                                                                                                     

src/pds2/aipgen/tests/test_functional.py sss........ssssssss...s.                                                [ 77%]
src/pds2/aipgen/tests/test_utils.py .......                                                                      [100%]

============================================ 19 passed, 12 skipped in 0.82s ============================================
$ echo \U+1F64C
šŸ™Œ

šŸ§© Related Issues

MJJoyce commented 2 years ago

Looks great to me! :+1:

MJJoyce commented 2 years ago

@nutjob4life,

FYI on the inclusion / exclusion dance: Screen Shot 2021-09-29 at 10 52 28

That config results in a clean run with pre-commit run -a. The only change reported is a whitespace fix in test_utils.py. Screen Shot 2021-09-29 at 10 52 40

I'm going to update the template repo so running black only on python files is the default. That's really all we want anyway šŸ˜ƒ