~cjwatson/lazr.smtptest/py37

« back to all changes in this revision

Viewing changes to HACKING.rst

  • Committer: Barry Warsaw
  • Date: 2014-08-19 19:30:17 UTC
  • Revision ID: barry@canonical.com-20140819193017-ipywupig1akth270
- Remove the dependency on `distribute` which has been merged back into
  `setuptools`.  (LP: #1273639)
- Add tox.ini for the preferred way to run the test suite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
Running the tests
43
43
=================
44
44
 
45
 
The tests suite requires nose_ and is compatible with both Python 2 and
46
 
Python 3.  To run the full test suite::
47
 
 
48
 
    $ python setup.py nosetests
49
 
 
50
 
Where ``python`` is the Python executable to use for the tests.  E.g. this
51
 
might be ``python3`` for Python 3, or the Python executable from a
52
 
virtualenv_.
 
45
The tests suite requires tox_ and nose_ and is compatible with both Python 2
 
46
and Python 3.  To run the full test suite::
 
47
 
 
48
    $ tox
53
49
 
54
50
.. _nose: https://nose.readthedocs.org/en/latest/
55
 
.. _virtualenv: http://www.virtualenv.org/en/latest/
 
51
.. _tox: https://testrun.org/tox/latest/