From f8920f46b46282670229bdb7cf12052d167c26e8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 11 Apr 2018 15:02:51 -0700 Subject: dev infra --- tests/test_backend.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3