Write additional unit/functional tests for MultiIndex
#1408
Labels
good next issue
An issue that should be ready to resolve.
repeatable quest
Issues with many, many subtasks; good for people new to codebase.
#1374 introduced a
MultiIndex
class that wraps multipleIndex
classes. It's mostly being used for wrappingLinearIndex
classes, but should work for more classes. Right now it's mostly tested via the command line tests intest_sourmash.py
, but it is a nice consolidation of functionality and could usefully be tested in more detail via the Python API. Make it so!(this is a potential good first issue or repeatable quest, just need to write down some suggested tests to implement!)
The text was updated successfully, but these errors were encountered: