Closed smaccona closed 9 years ago
The tests mock input to redis, so your new date
keywarg is what's failing. If you don't mind, just update those calls to the methods you changed in the tests, and this should pass.
Yes - exactly what I'm doing. I'm also adding an additional test for the new date
parameter Thanks!
@bradmontgomery ready for your review - thanks!
@smaccona new version is on pypi: https://pypi.python.org/pypi/django-redis-metrics/0.9.0
Thanks!
Happy to help!
This enables importing of historical data by adding an optional
date
parameter to themetric
andset_metric
functions.Closes #43.