Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe0a82 commit 2a850d9Copy full SHA for 2a850d9
1 file changed
Makefile.pre.in
@@ -472,6 +472,13 @@ test: all platform
472
-PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(TESTOPTS)
473
PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(TESTOPTS)
474
475
+QUICKTESTOPTS= $(TESTOPTS) -x test_thread test_signal test_strftime \
476
+ test_unicodedata test_re test_sre test_select test_poll
477
+quicktest: all platform
478
+ -rm -f $(srcdir)/Lib/test/*.py[co]
479
+ -PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(QUICKTESTOPTS)
480
+ PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(QUICKTESTOPTS)
481
+
482
# Install everything
483
install: altinstall bininstall maninstall
484
0 commit comments