[issue16106] antigravity tests

2012-10-15 Thread Ezio Melotti

Ezio Melotti added the comment:

The test could be made CPython-specific, but if you think it's not necessary 
I'll just close the issue.  The main reason I wrote this was to experiment a 
bit with unittest.mock :)

--
resolution:  - rejected
stage: patch review - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16106
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16106] antigravity tests

2012-10-14 Thread Éric Araujo

Éric Araujo added the comment:

Agreed with Antoine.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16106
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16106] antigravity tests

2012-10-13 Thread Ramchandra Apte

Ramchandra Apte added the comment:

@Antoine Aw.. no funny bone in you..

--
nosy: +ramchandra.apte

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16106
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16106] antigravity tests

2012-10-06 Thread Éric Araujo

Changes by Éric Araujo mer...@netwok.org:


--
nosy: +eric.araujo

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16106
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16106] antigravity tests

2012-10-02 Thread Georg Brandl

Georg Brandl added the comment:

Are you serious?

--
nosy: +georg.brandl

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16106
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16106] antigravity tests

2012-10-02 Thread Christian Heimes

Christian Heimes added the comment:

Ezio is as serious as the antigravity module. *g*

--
nosy: +christian.heimes

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16106
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16106] antigravity tests

2012-10-02 Thread Brett Cannon

Brett Cannon added the comment:

It's actually a nice example of using unittest.mock. =)

--
nosy: +brett.cannon

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16106
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16106] antigravity tests

2012-10-02 Thread Michael Foord

Michael Foord added the comment:

What happens if test_geohash runs first? It looks like test_antigravity will 
only pass if it is run first. You could remove the order dependence by ensuring 
antigravity is not in sys.modules. sys.modules.pop('antigravity', None)

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16106
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16106] antigravity tests

2012-10-02 Thread Chris Jerdonek

Chris Jerdonek added the comment:

Oh, this explains it. I was wondering why my browser was opening xkcd whenever 
I tried running doctest against all modules in the library.

--
nosy: +chris.jerdonek

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16106
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16106] antigravity tests

2012-10-02 Thread Antoine Pitrou

Antoine Pitrou added the comment:

I'm not sure why we would test undocumented jokes...
Do other Python implementations have to provide them too?

--
nosy: +pitrou

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16106
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16106] antigravity tests

2012-10-02 Thread Michele Orrù

Changes by Michele Orrù maker...@gmail.com:


--
nosy: +maker

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16106
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16106] antigravity tests

2012-10-02 Thread Jesús Cea Avión

Changes by Jesús Cea Avión j...@jcea.es:


--
nosy: +jcea

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16106
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16106] antigravity tests

2012-10-01 Thread Ezio Melotti

New submission from Ezio Melotti:

The attached patch adds tests for antigravity.

--
assignee: ezio.melotti
components: Library (Lib)
files: antigravity_tests.diff
keywords: patch
messages: 171762
nosy: ezio.melotti, michael.foord
priority: normal
severity: normal
stage: patch review
status: open
title: antigravity tests
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file27379/antigravity_tests.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16106
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com