diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-04-15 14:32:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 14:32:01 -0400 |
commit | 4b4e90a51848578dc06341777a929a0be4f4757f (patch) | |
tree | c126c0fb99d511937ffb8624bd8d2e13fa53591c /Lib/pydoc.py | |
parent | 9a4b38f66b3e674db94e07980e1cacb39e388c73 (diff) | |
download | cpython-4b4e90a51848578dc06341777a929a0be4f4757f.tar.gz cpython-4b4e90a51848578dc06341777a929a0be4f4757f.zip |
bpo-35967: Baseline values for uname -p (GH-12824)
* Add a test intended to capture the expected values from 'uname -p'
* Instead of trying to keep track of all of the possible outputs on different systems (probably a fool's errand), simply assert that except for the known platform variance, uname().processor matches the output of 'uname -p'
* Use a skipIf directive
* Use contextlib.suppress to suppress the error. Inline strip call.
Diffstat (limited to 'Lib/pydoc.py')
0 files changed, 0 insertions, 0 deletions