[Python-Dev] Running the unit test as root/administrator
Vajrasky Kok
sky.kok at speaklikeaking.com
Tue Dec 3 17:16:11 CET 2013
More information about the Python-Dev mailing list
Tue Dec 3 17:16:11 CET 2013
- Previous message: [Python-Dev] test_bind_port and test_find_unused_port fail due to missing SO_REUSEPORT when building Python 3.3.2-r2 (from portage) on 3.7.10-gentoo-r1 kernel
- Next message: [Python-Dev] Running the unit test as root/administrator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Greetings, comrades! Having handled these two issues personally: http://bugs.python.org/issue19877 - test related with symlink fails on Windows Vista with administrator account (in Windows NT 6, only account in administrator group can create symlink) http://bugs.python.org/issue18678 - bug in spwd module, which can be used only by root I believe there is a virtue of running the unit test as root/administrator to catch these errors automatically. Currently there is no unit test for spwd module. What do you say, comrades? --Vajrasky
- Previous message: [Python-Dev] test_bind_port and test_find_unused_port fail due to missing SO_REUSEPORT when building Python 3.3.2-r2 (from portage) on 3.7.10-gentoo-r1 kernel
- Next message: [Python-Dev] Running the unit test as root/administrator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list