Changeset 10324


Ignore:
Timestamp:
20 Jun 2013, 21:41:12 (11 years ago)
Author:
uli
Message:

More infos about how to run tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.cas/trunk/README.rst

    r10321 r10324  
    44Install for Development
    55-----------------------
     6
     7Create a virtualenv and install basic packages::
    68
    79  $ virtualenv py27
     
    1214-------------
    1315
    14 After `Install for Development`_ run:
     16After `Install for Development`_ run::
    1517
    1618  (py27)$ py.test
    1719
     20We also provide support for `tox`. You can run tests in Python 2.6,
     212.7, 3.1, 3.2, and 3.3 environments (if you have the respective Python
     22versions installed locally) simply by::
     23
     24  (py27)$ tox
     25
     26If you want to run tests for a specific version only, try something
     27like::
     28
     29  (py27)$ tox -e py31
     30
     31to run tests for Python 3.1 only.
Note: See TracChangeset for help on using the changeset viewer.