summary refs log tree commit diff
path: root/tests/storage/test_events.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unhelpful testErik Johnston2017-06-151-115/+0
|
* Add more granular event send metricsErik Johnston2017-05-021-1/+1
|
* Add filter param to /messages APIErik Johnston2016-07-141-6/+6
|
* Fix flake8 warnings for testsMark Haines2016-02-191-1/+0
|
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Fix mock import in tests.Oleg Girko2015-12-061-1/+1
| | | | | | | | For some reason, one test imports Mock class from mock.mock rather than from mock. This change fixes this error. Signed-off-by: Oleg Girko <ol@infoserver.lv>
* Implement configurable stats reportingDaniel Wagner-Hall2015-09-221-0/+116
SYN-287 This requires that HS owners either opt in or out of stats reporting. When --generate-config is passed, --report-stats must be specified If an already-generated config is used, and doesn't have the report_stats key, it is requested to be set.