Failed

tests.test_model.TestCorpus.test_svmlight (from pytest)

Failing for the past 1 build (Since #70 )
Took 1 ms.

This test is unclaimed

Error Message

NameError: name 'pathlib' is not defined

Stacktrace

self = <test_model.TestCorpus object at 0x7f6c3acddac8>
corpus = <cophi.model.Corpus object at 0x7f6c3acdd278>

    def test_svmlight(self, corpus):
>       output = pathlib.Path("corpus.svmlight")
E       NameError: name 'pathlib' is not defined

tests/test_model.py:289: NameError