Commit 7d63ebff authored by Jason R. Coombs's avatar Jason R. Coombs

Add tests capturing platform_python_implementation and implementation_version

parent c6d8c587
...@@ -391,5 +391,11 @@ Environment Markers ...@@ -391,5 +391,11 @@ Environment Markers
>>> em("python_version > '2.5'") >>> em("python_version > '2.5'")
True True
>>> im("implementation_name=='CPython'") >>> im("implementation_name=='cpython'")
False
>>> im("platform_python_implementation=='CPython'")
False
>>> im("implementation_version=='3.5.1'")
False False
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment