add a project someone reported a while ago
This commit is contained in:
		
							parent
							
								
									25a4d7d882
								
							
						
					
					
						commit
						03c3930734
					
				|  | @ -67,7 +67,6 @@ using it:: | ||||||
|     def test_ehlo(smtp): |     def test_ehlo(smtp): | ||||||
|         response, msg = smtp.ehlo() |         response, msg = smtp.ehlo() | ||||||
|         assert response == 250 |         assert response == 250 | ||||||
|         assert "merlinux" in msg |  | ||||||
|         assert 0 # for demo purposes |         assert 0 # for demo purposes | ||||||
| 
 | 
 | ||||||
| Here, the ``test_ehlo`` needs the ``smtp`` fixture value.  pytest | Here, the ``test_ehlo`` needs the ``smtp`` fixture value.  pytest | ||||||
|  |  | ||||||
|  | @ -26,6 +26,7 @@ Here are some examples of projects using ``pytest`` (please send notes via :ref: | ||||||
|   `21000 tests <http://buildbot.pypy.org/summary?branch=%3Ctrunk%3E>`_ |   `21000 tests <http://buildbot.pypy.org/summary?branch=%3Ctrunk%3E>`_ | ||||||
| * the `MoinMoin <http://moinmo.in>`_ Wiki Engine | * the `MoinMoin <http://moinmo.in>`_ Wiki Engine | ||||||
| * `sentry <https://getsentry.com/welcome/>`_, realtime app-maintenance and exception tracking | * `sentry <https://getsentry.com/welcome/>`_, realtime app-maintenance and exception tracking | ||||||
|  | * `Astropy <http://www.astropy.org/>`_ and `affiliated packages <http://www.astropy.org/affiliated/index.html>`_ | ||||||
| * `tox <http://testrun.org/tox>`_, virtualenv/Hudson integration tool | * `tox <http://testrun.org/tox>`_, virtualenv/Hudson integration tool | ||||||
| * `PIDA <http://pida.co.uk>`_ framework for integrated development | * `PIDA <http://pida.co.uk>`_ framework for integrated development | ||||||
| * `PyPM <http://code.activestate.com/pypm/>`_ ActiveState's package manager | * `PyPM <http://code.activestate.com/pypm/>`_ ActiveState's package manager | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue