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

Commit

Permalink
Kick off a package-json-discovery branch
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jun 7, 2017
1 parent 5d1e809 commit 35c0b0a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/ttw/test_package_discovery.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import, division, print_function, unicode_literals

from gratipay.testing import BrowserHarness


class Tests(BrowserHarness):

def test_anon_gets_choice_of_giver_or_receiver(self):
self.visit('/on/npm/')
assert False

0 comments on commit 35c0b0a

Please sign in to comment.