aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_backend.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/test_backend.py b/tests/test_backend.py
index afc6215d..c4e67a93 100644
--- a/tests/test_backend.py
+++ b/tests/test_backend.py
@@ -1,14 +1,11 @@
import os
import json
+import pytest
import fatcat
import fatcat.sql
import unittest
import tempfile
-from nose.tools import *
-
-# TODO: replace all these "assert" with unit test version (which displays left
-# and right on failure)
# TODO: http://alextechrants.blogspot.com/2013/08/unit-testing-sqlalchemy-apps.html