-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first pass at custom search * handle multiple entries, more tests * account for full structure * test qc metrics, fix pytest warning/flake * refactor for arbitrary items/facets * flake * improve part of test, add facet values * add some documentation, fix negative search + test * checking qc items are actually qc items in test * fix outdated docstring * clarify some things in docstring * tell JH to decorate faceted_search, add to test * bump version * add facet helpers to deco * allow get_associated_qc_metrics from JH * flake * correctly use kwargs * change qc_metric get to use Korays method * flake * give some options for qc metrics * flake * style, fix doc * flake
- Loading branch information
1 parent
00f0815
commit b2f0a3b
Showing
7 changed files
with
380 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""Version information.""" | ||
|
||
# The following line *must* be the last in the module, exactly as formatted: | ||
__version__ = "0.8.2" | ||
__version__ = "0.8.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[pytest] | ||
markers = | ||
working: test should work | ||
integrated: this is an integrated test | ||
file_operation: this test utilizes files |
Oops, something went wrong.