NASA-PDS / registry

PDS Registry provides service and software application necessary for tracking, searching, auditing, locating, and maintaining artifacts within the system. These artifacts can range from data files and label files, schemas, dictionary definitions for objects and elements, services, etc.
https://nasa-pds.github.io/registry
Apache License 2.0
3 stars 2 forks source link

add tests for https://github.com/NASA-PDS/registry-api/pull/512 #302

Closed alexdunnjpl closed 4 months ago

alexdunnjpl commented 4 months ago

🗒️ Summary

adds tests for /classes API route prefix

♻️ Related Issues

tests for https://github.com/NASA-PDS/registry-api/pull/512

alexdunnjpl commented 4 months ago

@nutjob4life any way we could turn off the expected EOL newline linting rule for JSON? Postman's export doesn't include it and it results in an amend-commit-forcepush every time

nutjob4life commented 4 months ago

@nutjob4life any way we could turn off the expected EOL newline linting rule for JSON? Postman's export doesn't include it and it results in an amend-commit-forcepush every time

Absolutely! Just edit the .pre-commit-config.yaml and remove the end-of-line checker

alexdunnjpl commented 4 months ago

@nutjob4life how about this? https://github.com/NASA-PDS/registry/pull/302/commits/a7117e98c38c82873d3c8b35557d14cf743ac928

Good to go?

nutjob4life commented 4 months ago

@nutjob4life how about this? a7117e9

Good to go?

That works too!