1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
.. _support:
support and contact channels
=====================================
Getting in contact:
* join the `Testing In Python (TIP) mailing list`_ for general and tox/test-tool
interaction questions.
* file a `report on the issue tracker`_
* hang out on the irc.freenode.net #pylib channel
* `clone the mercurial repository`_ and submit patches
* the `tetamap blog`_, `holger's twitter presence`_ or
for private inquiries holger krekel at gmail.
professional support
----------------------------
.. note:: Upcoming: `professional testing with pytest and tox <`http://www.python-academy.com/courses/specialtopics/python_course_testing.html>`_ , 24th-26th June 2013, Leipzig.
If you are looking for on-site teaching or consulting support,
contact holger at `merlinux.eu`_, an association of
experienced `well-known Python developers`_.
.. _`well-known Python developers`: http://merlinux.eu/people.txt
.. _`Maciej Fijalkowski`: http://www.ohloh.net/accounts/fijal
.. _`Benjamin Peterson`: http://www.ohloh.net/accounts/gutworth
.. _`Testing In Python (TIP) mailing list`: http://lists.idyll.org/listinfo/testing-in-python
.. _`holger's twitter presence`: http://twitter.com/hpk42
.. _`merlinux.eu`: http://merlinux.eu
.. _`report on the issue tracker`: https://bitbucket.org/hpk42/tox/issues?status=new&status=open
.. _`tetamap blog`: http://holgerkrekel.net
.. _`tox-dev`: http://codespeak.net/mailman/listinfo/tox-dev
.. _`tox-commit`: http://codespeak.net/mailman/listinfo/tox-commit
.. _`clone the mercurial repository`: https://bitbucket.org/hpk42/tox
|