Codebase list lazr.config / upstream/2.2.2 HACKING.rst
upstream/2.2.2

Tree @upstream/2.2.2 (Download .tar.gz)

HACKING.rst @upstream/2.2.2raw · history · blame

..
    This file is part of lazr.config.

    lazr.config is free software: you can redistribute it and/or modify it
    under the terms of the GNU Lesser General Public License as published by
    the Free Software Foundation, version 3 of the License.

    lazr.config is distributed in the hope that it will be useful, but WITHOUT
    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
    License for more details.

    You should have received a copy of the GNU Lesser General Public License
    along with lazr.config.  If not, see <http://www.gnu.org/licenses/>.

======================
Hacking on lazr.config
======================

These are guidelines for hacking on the lazr.config project.  But first,
please see the common hacking guidelines at:

    http://dev.launchpad.net/Hacking


Getting help
------------

If you find bugs in this package, you can report them here:

    https://launchpad.net/lazr.config

If you want to discuss this package, join the team and mailing list here:

    https://launchpad.net/~lazr-developers

or send a message to:

    lazr-developers@lists.launchpad.net


Running the tests
=================

The tests suite requires tox_ and nose_ and is compatible with both Python 2
and Python 3.  To run the full test suite::

    $ tox

.. _nose: https://nose.readthedocs.org/en/latest/
.. _tox: https://testrun.org/tox/latest/