diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-11 15:02:51 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-11 15:02:51 -0700 |
commit | f8920f46b46282670229bdb7cf12052d167c26e8 (patch) | |
tree | 09c1db61735d033d634d5bef23861573894ddd52 /tests/test_backend.py | |
parent | d64e403646393089214675e45fba801c2436e4d2 (diff) | |
download | fatcat-f8920f46b46282670229bdb7cf12052d167c26e8.tar.gz fatcat-f8920f46b46282670229bdb7cf12052d167c26e8.zip |
dev infra
Diffstat (limited to 'tests/test_backend.py')
-rw-r--r-- | tests/test_backend.py | 5 |
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 |