2015-02-27 18:54:17 +08:00
|
|
|
============================
|
|
|
|
Contribution getting started
|
|
|
|
============================
|
2014-01-22 18:37:02 +08:00
|
|
|
|
|
|
|
Contributions are highly welcomed and appreciated. Every little help counts,
|
|
|
|
so do not hesitate!
|
|
|
|
|
2015-02-27 18:54:17 +08:00
|
|
|
.. contents:: Contribution links
|
|
|
|
:depth: 2
|
2014-01-23 17:51:45 +08:00
|
|
|
|
2015-02-27 18:54:17 +08:00
|
|
|
|
2016-02-19 05:13:29 +08:00
|
|
|
.. _submitfeedback:
|
2015-02-27 18:54:17 +08:00
|
|
|
|
2016-02-19 05:13:29 +08:00
|
|
|
Feature requests and feedback
|
|
|
|
-----------------------------
|
2015-02-27 18:54:17 +08:00
|
|
|
|
2016-02-19 05:13:29 +08:00
|
|
|
Do you like pytest? Share some love on Twitter or in your blog posts!
|
2015-03-19 19:53:32 +08:00
|
|
|
|
2016-02-19 05:13:29 +08:00
|
|
|
We'd also like to hear about your propositions and suggestions. Feel free to
|
2016-02-20 04:23:38 +08:00
|
|
|
`submit them as issues <https://github.com/pytest-dev/pytest/issues>`_ and:
|
2015-02-27 18:54:17 +08:00
|
|
|
|
2016-02-19 05:13:29 +08:00
|
|
|
* Explain in detail how they should work.
|
|
|
|
* Keep the scope as narrow as possible. This will make it easier to implement.
|
2015-02-27 18:54:17 +08:00
|
|
|
|
|
|
|
|
|
|
|
.. _reportbugs:
|
2014-01-22 18:37:02 +08:00
|
|
|
|
2014-01-23 18:38:05 +08:00
|
|
|
Report bugs
|
|
|
|
-----------
|
|
|
|
|
2016-02-19 05:13:29 +08:00
|
|
|
Report bugs for pytest in the `issue tracker <https://github.com/pytest-dev/pytest/issues>`_.
|
2014-01-23 18:38:05 +08:00
|
|
|
|
|
|
|
If you are reporting a bug, please include:
|
|
|
|
|
|
|
|
* Your operating system name and version.
|
|
|
|
* Any details about your local setup that might be helpful in troubleshooting,
|
|
|
|
specifically Python interpreter version,
|
2014-01-23 18:42:20 +08:00
|
|
|
installed libraries and pytest version.
|
2014-01-23 18:38:05 +08:00
|
|
|
* Detailed steps to reproduce the bug.
|
|
|
|
|
2015-07-26 18:19:39 +08:00
|
|
|
If you can write a demonstration test that currently fails but should pass (xfail),
|
|
|
|
that is a very useful commit to make as well, even if you can't find how
|
|
|
|
to fix the bug yet.
|
|
|
|
|
2014-01-22 18:37:02 +08:00
|
|
|
|
2015-02-27 18:54:17 +08:00
|
|
|
.. _fixbugs:
|
2014-01-22 18:37:02 +08:00
|
|
|
|
|
|
|
Fix bugs
|
|
|
|
--------
|
|
|
|
|
2016-06-22 15:13:01 +08:00
|
|
|
Look through the GitHub issues for bugs. Here is a filter you can use:
|
2015-06-16 05:54:44 +08:00
|
|
|
https://github.com/pytest-dev/pytest/labels/bug
|
2014-01-22 18:37:02 +08:00
|
|
|
|
2014-01-22 19:19:33 +08:00
|
|
|
:ref:`Talk <contact>` to developers to find out how you can fix specific bugs.
|
2014-01-22 18:37:02 +08:00
|
|
|
|
2015-07-26 18:19:39 +08:00
|
|
|
Don't forget to check the issue trackers of your favourite plugins, too!
|
|
|
|
|
2015-02-27 18:54:17 +08:00
|
|
|
.. _writeplugins:
|
|
|
|
|
2014-01-22 18:37:02 +08:00
|
|
|
Implement features
|
|
|
|
------------------
|
|
|
|
|
2016-06-22 15:13:01 +08:00
|
|
|
Look through the GitHub issues for enhancements. Here is a filter you can use:
|
2015-06-16 05:54:44 +08:00
|
|
|
https://github.com/pytest-dev/pytest/labels/enhancement
|
2014-01-22 18:37:02 +08:00
|
|
|
|
2014-01-22 19:19:33 +08:00
|
|
|
:ref:`Talk <contact>` to developers to find out how you can implement specific
|
2014-01-22 18:37:02 +08:00
|
|
|
features.
|
|
|
|
|
|
|
|
Write documentation
|
|
|
|
-------------------
|
|
|
|
|
2016-06-22 15:13:01 +08:00
|
|
|
Pytest could always use more documentation. What exactly is needed?
|
2014-01-22 18:37:02 +08:00
|
|
|
|
|
|
|
* More complementary documentation. Have you perhaps found something unclear?
|
2015-07-26 18:19:39 +08:00
|
|
|
* Documentation translations. We currently have only English.
|
2015-10-24 17:21:22 +08:00
|
|
|
* Docstrings. There can never be too many of them.
|
2014-01-22 18:37:02 +08:00
|
|
|
* Blog posts, articles and such -- they're all very appreciated.
|
|
|
|
|
2016-06-22 15:13:01 +08:00
|
|
|
You can also edit documentation files directly in the GitHub web interface,
|
|
|
|
without using a local copy. This can be convenient for small fixes.
|
2015-07-26 18:19:39 +08:00
|
|
|
|
2016-02-19 05:13:29 +08:00
|
|
|
|
|
|
|
.. _submitplugin:
|
|
|
|
|
|
|
|
Submitting Plugins to pytest-dev
|
|
|
|
--------------------------------
|
|
|
|
|
|
|
|
Pytest development of the core, some plugins and support code happens
|
|
|
|
in repositories living under the ``pytest-dev`` organisations:
|
|
|
|
|
|
|
|
- `pytest-dev on GitHub <https://github.com/pytest-dev>`_
|
|
|
|
|
|
|
|
- `pytest-dev on Bitbucket <https://bitbucket.org/pytest-dev>`_
|
|
|
|
|
|
|
|
All pytest-dev Contributors team members have write access to all contained
|
2016-06-22 15:13:01 +08:00
|
|
|
repositories. Pytest core and plugins are generally developed
|
2016-02-19 05:13:29 +08:00
|
|
|
using `pull requests`_ to respective repositories.
|
|
|
|
|
|
|
|
The objectives of the ``pytest-dev`` organisation are:
|
|
|
|
|
|
|
|
* Having a central location for popular pytest plugins
|
2016-06-22 15:13:01 +08:00
|
|
|
* Sharing some of the maintenance responsibility (in case a maintainer no
|
|
|
|
longer wishes to maintain a plugin)
|
2016-02-19 05:13:29 +08:00
|
|
|
|
|
|
|
You can submit your plugin by subscribing to the `pytest-dev mail list
|
|
|
|
<https://mail.python.org/mailman/listinfo/pytest-dev>`_ and writing a
|
|
|
|
mail pointing to your existing pytest plugin repository which must have
|
|
|
|
the following:
|
|
|
|
|
|
|
|
- PyPI presence with a ``setup.py`` that contains a license, ``pytest-``
|
2016-02-20 04:23:38 +08:00
|
|
|
prefixed name, version number, authors, short and long description.
|
2016-02-19 05:13:29 +08:00
|
|
|
|
|
|
|
- a ``tox.ini`` for running tests using `tox <http://tox.testrun.org>`_.
|
|
|
|
|
|
|
|
- a ``README.txt`` describing how to use the plugin and on which
|
|
|
|
platforms it runs.
|
|
|
|
|
|
|
|
- a ``LICENSE.txt`` file or equivalent containing the licensing
|
|
|
|
information, with matching info in ``setup.py``.
|
|
|
|
|
2016-02-20 04:23:38 +08:00
|
|
|
- an issue tracker for bug reports and enhancement requests.
|
2016-02-19 05:13:29 +08:00
|
|
|
|
|
|
|
If no contributor strongly objects and two agree, the repository can then be
|
|
|
|
transferred to the ``pytest-dev`` organisation.
|
|
|
|
|
|
|
|
Here's a rundown of how a repository transfer usually proceeds
|
2016-02-20 04:23:38 +08:00
|
|
|
(using a repository named ``joedoe/pytest-xyz`` as example):
|
2016-02-19 05:13:29 +08:00
|
|
|
|
2016-06-21 15:40:22 +08:00
|
|
|
* ``joedoe`` transfers repository ownership to ``pytest-dev`` administrator ``calvin``.
|
|
|
|
* ``calvin`` creates ``pytest-xyz-admin`` and ``pytest-xyz-developers`` teams, inviting ``joedoe`` to both as **maintainer**.
|
|
|
|
* ``calvin`` transfers repository to ``pytest-dev`` and configures team access:
|
|
|
|
|
|
|
|
- ``pytest-xyz-admin`` **admin** access;
|
|
|
|
- ``pytest-xyz-developers`` **write** access;
|
2016-02-19 05:13:29 +08:00
|
|
|
|
|
|
|
The ``pytest-dev/Contributors`` team has write access to all projects, and
|
|
|
|
every project administrator is in it. We recommend that each plugin has at least three
|
|
|
|
people who have the right to release to PyPI.
|
|
|
|
|
2016-06-21 15:40:22 +08:00
|
|
|
Repository owners can rest assured that no ``pytest-dev`` administrator will ever make
|
2016-02-20 04:23:38 +08:00
|
|
|
releases of your repository or take ownership in any way, except in rare cases
|
|
|
|
where someone becomes unresponsive after months of contact attempts.
|
|
|
|
As stated, the objective is to share maintenance and avoid "plugin-abandon".
|
2016-02-19 05:13:29 +08:00
|
|
|
|
|
|
|
|
2015-02-27 18:54:17 +08:00
|
|
|
.. _`pull requests`:
|
2015-02-27 23:42:03 +08:00
|
|
|
.. _pull-requests:
|
2014-01-25 02:21:21 +08:00
|
|
|
|
2015-06-16 05:54:44 +08:00
|
|
|
Preparing Pull Requests on GitHub
|
|
|
|
---------------------------------
|
2014-01-22 18:37:02 +08:00
|
|
|
|
2014-01-25 02:21:21 +08:00
|
|
|
.. note::
|
|
|
|
What is a "pull request"? It informs project's core developers about the
|
|
|
|
changes you want to review and merge. Pull requests are stored on
|
2015-06-16 05:54:44 +08:00
|
|
|
`GitHub servers <https://github.com/pytest-dev/pytest/pulls>`_.
|
2016-06-22 15:13:01 +08:00
|
|
|
Once you send a pull request, we can discuss its potential modifications and
|
2014-01-25 02:21:21 +08:00
|
|
|
even add more commits to it later on.
|
|
|
|
|
2015-06-16 05:54:44 +08:00
|
|
|
There's an excellent tutorial on how Pull Requests work in the
|
|
|
|
`GitHub Help Center <https://help.github.com/articles/using-pull-requests/>`_,
|
|
|
|
but here is a simple overview:
|
2014-01-22 19:19:33 +08:00
|
|
|
|
2015-03-03 03:48:09 +08:00
|
|
|
#. Fork the
|
2015-06-16 05:54:44 +08:00
|
|
|
`pytest GitHub repository <https://github.com/pytest-dev/pytest>`__. It's
|
2014-01-25 02:37:44 +08:00
|
|
|
fine to use ``pytest`` as your fork repository name because it will live
|
|
|
|
under your user.
|
2014-01-23 18:38:05 +08:00
|
|
|
|
2015-06-16 05:54:44 +08:00
|
|
|
#. Clone your fork locally using `git <https://git-scm.com/>`_ and create a branch::
|
2014-01-22 18:37:02 +08:00
|
|
|
|
2015-06-16 05:54:44 +08:00
|
|
|
$ git clone git@github.com:YOUR_GITHUB_USERNAME/pytest.git
|
2014-01-23 18:38:05 +08:00
|
|
|
$ cd pytest
|
2015-09-22 16:21:01 +08:00
|
|
|
# now, to fix a bug create your own branch off "master":
|
|
|
|
|
2015-09-22 21:54:37 +08:00
|
|
|
$ git checkout -b your-bugfix-branch-name master
|
2015-09-22 16:21:01 +08:00
|
|
|
|
|
|
|
# or to instead add a feature create your own branch off "features":
|
|
|
|
|
2015-09-22 21:54:37 +08:00
|
|
|
$ git checkout -b your-feature-branch-name features
|
2015-09-22 16:21:01 +08:00
|
|
|
|
2015-09-22 16:29:12 +08:00
|
|
|
Given we have "major.minor.micro" version numbers, bugfixes will usually
|
2015-09-22 16:21:01 +08:00
|
|
|
be released in micro releases whereas features will be released in
|
|
|
|
minor releases and incompatible changes in major releases.
|
2014-01-25 02:37:44 +08:00
|
|
|
|
2015-06-16 05:54:44 +08:00
|
|
|
If you need some help with Git, follow this quick start
|
|
|
|
guide: https://git.wiki.kernel.org/index.php/QuickStart
|
2014-01-22 18:37:02 +08:00
|
|
|
|
2015-09-21 17:49:35 +08:00
|
|
|
#. Install tox
|
|
|
|
|
|
|
|
Tox is used to run all the tests and will automatically setup virtualenvs
|
|
|
|
to run the tests in.
|
2015-03-03 03:48:09 +08:00
|
|
|
(will implicitly use http://www.virtualenv.org/en/latest/)::
|
2014-01-22 18:37:02 +08:00
|
|
|
|
2015-09-21 17:49:35 +08:00
|
|
|
$ pip install tox
|
2014-01-22 18:37:02 +08:00
|
|
|
|
2015-09-21 17:49:35 +08:00
|
|
|
#. Run all the tests
|
2014-01-22 18:37:02 +08:00
|
|
|
|
2015-09-21 20:04:30 +08:00
|
|
|
You need to have Python 2.7 and 3.5 available in your system. Now
|
2015-03-03 03:48:09 +08:00
|
|
|
running tests is as simple as issuing this command::
|
2014-01-22 18:37:02 +08:00
|
|
|
|
2016-06-02 07:29:55 +08:00
|
|
|
$ python3 runtox.py -e linting,py27,py35
|
2014-01-22 18:37:02 +08:00
|
|
|
|
2015-09-21 20:04:30 +08:00
|
|
|
This command will run tests via the "tox" tool against Python 2.7 and 3.5
|
2016-01-06 04:14:57 +08:00
|
|
|
and also perform "lint" coding-style checks. ``runtox.py`` is
|
2015-03-03 03:48:09 +08:00
|
|
|
a thin wrapper around ``tox`` which installs from a development package
|
2016-06-22 15:13:01 +08:00
|
|
|
index where newer (not yet released to PyPI) versions of dependencies
|
2015-03-03 03:48:09 +08:00
|
|
|
(especially ``py``) might be present.
|
2014-01-22 18:37:02 +08:00
|
|
|
|
2015-09-21 17:49:35 +08:00
|
|
|
#. You can now edit your local working copy.
|
|
|
|
|
|
|
|
You can now make the changes you want and run the tests again as necessary.
|
|
|
|
|
2016-06-22 15:13:01 +08:00
|
|
|
To run tests on Python 2.7 and pass options to pytest (e.g. enter pdb on
|
|
|
|
failure) to pytest you can do::
|
2014-01-22 18:37:02 +08:00
|
|
|
|
2016-06-02 07:29:55 +08:00
|
|
|
$ python3 runtox.py -e py27 -- --pdb
|
2014-01-22 18:37:02 +08:00
|
|
|
|
2016-06-22 15:13:01 +08:00
|
|
|
Or to only run tests in a particular test module on Python 3.5::
|
2014-01-22 18:37:02 +08:00
|
|
|
|
2016-06-02 07:29:55 +08:00
|
|
|
$ python3 runtox.py -e py35 -- testing/test_config.py
|
2014-01-22 18:37:02 +08:00
|
|
|
|
2015-03-03 03:48:09 +08:00
|
|
|
#. Commit and push once your tests pass and you are happy with your change(s)::
|
2014-01-22 18:37:02 +08:00
|
|
|
|
2015-06-16 05:54:44 +08:00
|
|
|
$ git commit -a -m "<commit message>"
|
|
|
|
$ git push -u
|
2014-01-22 18:37:02 +08:00
|
|
|
|
2016-06-22 15:13:01 +08:00
|
|
|
Make sure you add a message to ``CHANGELOG.rst`` and add yourself to
|
|
|
|
``AUTHORS``. If you are unsure about either of these steps, submit your
|
|
|
|
pull request and we'll help you fix it up.
|
2015-07-29 07:04:46 +08:00
|
|
|
|
2015-09-29 19:48:38 +08:00
|
|
|
#. Finally, submit a pull request through the GitHub website using this data::
|
2014-01-23 17:51:45 +08:00
|
|
|
|
2015-06-16 05:54:44 +08:00
|
|
|
head-fork: YOUR_GITHUB_USERNAME/pytest
|
|
|
|
compare: your-branch-name
|
2014-01-25 03:01:04 +08:00
|
|
|
|
2015-06-16 05:54:44 +08:00
|
|
|
base-fork: pytest-dev/pytest
|
2015-09-29 19:48:38 +08:00
|
|
|
base: master # if it's a bugfix
|
2016-06-22 15:13:01 +08:00
|
|
|
base: features # if it's a feature
|
2014-01-22 19:19:33 +08:00
|
|
|
|
2014-01-25 02:37:44 +08:00
|
|
|
|