Skip to content

Commit

Permalink
Add tests capturing platform_python_implementation and implementation…
Browse files Browse the repository at this point in the history
…_version
  • Loading branch information
jaraco committed Dec 26, 2015
1 parent c6d8c58 commit 7d63ebf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pkg_resources/api_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7d63ebf

Please sign in to comment.