willkg / crashstats-tools

Command line tools and library for interacting with Crash Stats (https://crash-stats.mozilla.org/)
Mozilla Public License 2.0
7 stars 0 forks source link

Add supersearchfacet tests (#50) #55

Closed willkg closed 2 years ago

willkg commented 2 years ago

I added supersearchfacet tests. In the process of doing that, I fixed extract_supersearch_params because it was wrong for supersearchfacet. I also moved parse_relative_date to utils and added tests. I also fixed _facets checking so it takes into account supersearch-url provided params.

Fixes #50