aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_namespaces.py
Commit message (Expand)AuthorAgeFilesLines
* cast the value to a bool so pytest doesn't try to eval itJason R. Coombs2016-12-011-1/+1
* Evaluate the expression directly. Workaround for #860.Jason R. Coombs2016-11-291-1/+1
* Skip failing test on appveyor until the cause can be uncovered. Ref #851.Jason R. Coombs2016-11-181-0/+2
* Extract namespace support functionality into a separate module.Jason R. Coombs2016-11-131-42/+5
* Fix test failures on Python 2 and suppress test failures when PEP 420 is not ...Jason R. Coombs2016-11-131-1/+5
* Add test capturing (failing) expectation. Ref #805.Jason R. Coombs2016-11-131-0/+83