tests: remove unused unittest helper classes
commit2d2245a29b16ffc9d509f1b5c4c828d1afff4356
authorDavid Aguilar <davvid@gmail.com>
Sun, 18 Jul 2021 00:36:06 +0000 (17 17:36 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sun, 18 Jul 2021 01:37:01 +0000 (17 18:37 -0700)
treec419d586e2294f695bd165b7af905924efc0ab0b
parent065f6202986cbf1c90e0db4ef14aaa1cad57f6d3
tests: remove unused unittest helper classes

We no longer need TmpPathTestCase and GitRepositoryTestCase now that we
use pytest fixtures throughout the test suite.

Signed-off-by: David Aguilar <davvid@gmail.com>
test/helper.py