Skip to content

Commit

Permalink
slides are ready to roll
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 committed Mar 11, 2011
1 parent fc63159 commit 73b12a5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 18 deletions.
19 changes: 11 additions & 8 deletions index.html
Expand Up @@ -382,7 +382,7 @@ <h1>The Python Package Index</h1>
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%">pip install numpy
</pre></div>
<ul class="incremental simple">
<li>13,560 packages</li>
<li>13,560 packages on PyPI</li>
<li>Ready for Python 3?</li>
<li>374</li>
</ul>
Expand Down Expand Up @@ -537,10 +537,6 @@ <h1>Python 3 + tox: single source</h1>
<h1>2to3: distributed tests</h1>
<img alt="images/py3-distributed.png" src="images/py3-distributed.png" />
</div>
<div class="slide" id="to3-non-distributed-tests">
<h1>2to3: non-distributed tests</h1>
<img alt="images/py3-non-distributed.png" src="images/py3-non-distributed.png" />
</div>
<div class="slide" id="to3-w-distributed-tests">
<h1>2to3 w/ distributed tests</h1>
<pre class="literal-block">
Expand All @@ -556,11 +552,14 @@ <h1>2to3 w/ distributed tests</h1>
<span style="color: #BA2121"> nosetests fudge.tests.all_tests</span>
</pre></div>
</div>
<div class="slide" id="to3-non-distributed-tests">
<h1>2to3: non-distributed tests</h1>
<img alt="images/py3-non-distributed.png" src="images/py3-non-distributed.png" />
</div>
<div class="slide" id="to3-w-non-distributed-tests">
<h1>2to3 w/ non-distributed tests</h1>
<pre class="literal-block">
nose/__init__.py
setup.py
unit_tests/
functional_tests/
</pre>
Expand Down Expand Up @@ -588,13 +587,13 @@ <h1>Sphinx doctests</h1>
<div class="slide" id="test-against-django-trunk">
<h1>Test against Django trunk</h1>
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span style="color: #008000; font-weight: bold">[testenv]</span>
<span style="color: #7D9029">deps</span><span style="color: #666666">=</span> <span style="color: #BA2121">django</span>
<span style="color: #7D9029">deps</span><span style="color: #666666">=</span><span style="color: #BA2121">django</span>
<span style="color: #7D9029">commands</span><span style="color: #666666">=</span><span style="color: #BA2121">python manage.py test</span>

<span style="color: #008000; font-weight: bold">[testenv:trunk]</span>
<span style="color: #7D9029">basepython</span><span style="color: #666666">=</span><span style="color: #BA2121">python2.6</span>
<span style="color: #7D9029">deps</span><span style="color: #666666">=</span><span style="color: #BA2121"></span>
<span style="color: #BA2121"> svn+http://code.djangoproject.com/svn/django/trunk/#egg=django</span>
<span style="color: #BA2121"> svn+http://.../svn/django/trunk/#egg=django</span>
</pre></div>
</div>
<div class="slide" id="built-in-tox-environments">
Expand Down Expand Up @@ -701,6 +700,10 @@ <h1>Questions?</h1>
<li>slides: <a class="reference external" href="http://farmdev.com/talks/tox/">http://farmdev.com/talks/tox/</a></li>
<li>me: &#64;kumar303 <a class="reference external" href="http://farmdev.com/">http://farmdev.com/</a></li>
<li>thanks to Holger Krekel for tox!</li>
<li>Mozilla is hiring<ul>
<li>we love open source :)</li>
</ul>
</li>
</ul>
</div>
</div>
Expand Down
22 changes: 12 additions & 10 deletions talk.txt
Expand Up @@ -38,7 +38,7 @@ http://pypi.python.org/pypi

.. class:: incremental

- 13,560 packages
- 13,560 packages on PyPI
- Ready for Python 3?
- 374

Expand Down Expand Up @@ -237,12 +237,6 @@ Python 3 + tox: single source
.. image:: images/py3-distributed.png


2to3: non-distributed tests
===========================

.. image:: images/py3-non-distributed.png


2to3 w/ distributed tests
=========================

Expand All @@ -261,13 +255,18 @@ Python 3 + tox: single source
commands=
nosetests fudge.tests.all_tests


2to3: non-distributed tests
===========================

.. image:: images/py3-non-distributed.png

2to3 w/ non-distributed tests
=============================

::

nose/__init__.py
setup.py
unit_tests/
functional_tests/

Expand Down Expand Up @@ -303,13 +302,13 @@ Test against Django trunk
.. code-block:: ini

[testenv]
deps= django
deps=django
commands=python manage.py test

[testenv:trunk]
basepython=python2.6
deps=
svn+http://code.djangoproject.com/svn/django/trunk/#egg=django
svn+http://.../svn/django/trunk/#egg=django

Built-in tox environments
=========================
Expand Down Expand Up @@ -437,3 +436,6 @@ Thank You
- slides: http://farmdev.com/talks/tox/
- me: @kumar303 http://farmdev.com/
- thanks to Holger Krekel for tox!
- Mozilla is hiring

- we love open source :)

0 comments on commit 73b12a5

Please sign in to comment.