SETI / rms-opus

PDS OPUS - Outer Planets Data Search Tool
Apache License 2.0
9 stars 7 forks source link

Increase test code coverage to 100% #1270

Closed rfrenchseti closed 1 year ago

rfrenchseti commented 1 year ago

Description of changes:

Known problems:

None. But be sure memcached is running for the code coverage on the cache tests to work properly.

juzen2003 commented 1 year ago

Reference for installing memcached: https://gist.github.com/tomysmile/ba6c0ba4488ea51e6423d492985a7953 To start/stop memcached:

brew services start memcached
brew services stop memcached