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.
J
Jason R. Coombs committed
4b4e90a51848578dc06341777a929a0be4f4757f
Parent: 9a4b38f
Committed by GitHub <noreply@github.com>
on 4/15/2020, 6:32:01 PM