diff options
Diffstat (limited to 'pkg_resources')
| -rw-r--r-- | pkg_resources/api_tests.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pkg_resources/api_tests.txt b/pkg_resources/api_tests.txt index ccb4b5cd..2458c322 100644 --- a/pkg_resources/api_tests.txt +++ b/pkg_resources/api_tests.txt @@ -391,5 +391,11 @@ Environment Markers >>> em("python_version > '2.5'") True - >>> im("implementation_name=='CPython'") + >>> im("implementation_name=='cpython'") + False + + >>> im("platform_python_implementation=='CPython'") + False + + >>> im("implementation_version=='3.5.1'") False |
