Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Import harness to use test client
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Nov 14, 2016
1 parent 946b8a3 commit 5584aae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/py/test_security_csrf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
from __future__ import absolute_import, division, print_function, unicode_literals

from gratipay.security import csrf
from gratipay.testing import Harness


class Tests(object):
class Tests(Harness):

# st - _sanitize_token

Expand Down

0 comments on commit 5584aae

Please sign in to comment.