[Python-Dev] Python Tests (original) (raw)
Pranav Deshpande deshpande.v.pranav at gmail.com
Sun May 14 14:24:28 EDT 2017
- Previous message (by thread): [Python-Dev] Python Tests
- Next message (by thread): [Python-Dev] Python Tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I just wanted to start contributing to open-source; that is all. I was going to ask for guidance after I completed the initial steps( search for beginner friendly bugs) and get a general idea of the code. How do I go about doing this?
Regards, Pranav
On Sun, May 14, 2017 at 9:42 PM, Guido van Rossum <guido at python.org> wrote:
What is it that you wanted to contribute? Unless it affects regular expressions you probably needn't worry about that one test. (If you do, run the test by itself in verbose mode so you can debug why it is failing.)
On Sun, May 14, 2017 at 8:04 AM, Pranav Deshpande <_ _deshpande.v.pranav at gmail.com> wrote:
Hello, everyone. I wanted to contribute to Python so I began by following the steps given here: https://docs.python.org/devguide/
WHile executing ./python -m test -j3 I encountered the following error: 383 tests OK. 1 test failed: testre 21 tests skipped: testcurses testdbmgnu testdbmndbm testdevpoll testkqueue testmsilib testossaudiodev testsmtpnet testsocketserver teststartfile testtimeout testtix testtk testttkguionly testurllib2net testurllibnet testwinconsoleio testwinreg testwinsound testxmlrpcnet testzipfile64 Total duration: 24 min 25 sec Tests result: FAILURE How do I resolve this? Regards, Pranav.
Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/guido% 40python.org -- --Guido van Rossum (python.org/~guido) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20170514/ff8a3abe/attachment.html>
- Previous message (by thread): [Python-Dev] Python Tests
- Next message (by thread): [Python-Dev] Python Tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]