File: README

package info (click to toggle)
python-paypal 1.2.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 220 kB
  • sloc: python: 945; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
In order to run these tests, you must copy the included api_details_blank.py
file to api_details.py and substitute the API credential placeholders with your
own PayPal test account credentials. All tests will fail unless you do this.

Once your credentials are in place, you'll want to install nose:

    pip install nose

Then either run all of the tests:

    nosetests tests

Or only run one of the suites:

    nosetests tests/test_buttons.py