summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_spwd.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-91217: deprecate spwd (#91846)Brett Cannon2022-04-231-1/+4
| | | Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* bpo-40275: Use new test.support helper submodules in tests (GH-21448)Hai Shi2020-08-031-2/+3
|
* closes bpo-34594: Don't hardcode errno values in the tests. (GH-9076)Zackery Spytz2018-09-061-2/+0
|
* Fix test_spwd on OpenIndianaVictor Stinner2016-03-231-3/+8
| | | | Issue #18787: restore "bin" name in test_spwd but catch KeyError.
* Try to fix test_spwd on OpenIndianaVictor Stinner2016-03-231-1/+1
| | | | | Issue #18787: try to get the "root" entry which should exist on all UNIX instead of "bin" which doesn't exist on OpenIndiana.
* Issue #18787: spwd.getspnam() now raises a PermissionError if the userBerker Peksag2016-03-191-0/+10
| | | | doesn't have privileges.
* Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.Serhiy Storchaka2014-05-251-0/+60