[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 stat

[issue16106] antigravity tests

2012-10-14 Thread Éric Araujo
Éric Araujo added the comment: Agreed with Antoine. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[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 ___ ___ Python-bu

[issue16106] antigravity tests

2012-10-06 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue16106] antigravity tests

2012-10-02 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue16106] antigravity tests

2012-10-02 Thread Michele Orrù
Changes by Michele Orrù : -- nosy: +maker ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[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 _

[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

[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) --

[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 ___

[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 ___ __

[issue16106] antigravity tests

2012-10-01 Thread Georg Brandl
Georg Brandl added the comment: Are you serious? -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[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 stat