From 35c0b0a5150182dab7830e81104615b96ed04b8e Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Wed, 7 Jun 2017 14:43:04 -0400 Subject: [PATCH] Kick off a package-json-discovery branch --- tests/ttw/test_package_discovery.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/ttw/test_package_discovery.py diff --git a/tests/ttw/test_package_discovery.py b/tests/ttw/test_package_discovery.py new file mode 100644 index 0000000000..6bd5a8789e --- /dev/null +++ b/tests/ttw/test_package_discovery.py @@ -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