This package implements Stripe Checkout for the Shuup platform.
Copyright (C) 2012-2019 by Shoop Commerce Ltd. <[email protected]>
Shuup is International Registered Trademark & Property of Shoop Commerce Ltd., Business ID: FI27184225, Business Address: Iso-Roobertinkatu 20-22, 00120 HELSINKI, Finland.
Shuup Stripe addon is published under Open Software License version 3.0 (OSL-3.0). See the LICENSE file distributed with Shuup.
You can run tests with py.test.
Requirements for running tests:
Your virtualenv needs to have Shuup installed.
Project root must be in the Python path. This can be done with:
pip install -e .
The packages from
requirements-test.txt
must be installed.pip install -r requirements-test.txt
To run tests, use command:
py.test -v