summaryrefslogtreecommitdiff
path: root/pkg_resources/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Rename test to match intention.Jason R. Coombs2015-11-281-1/+1
* | Move test into pkg_resources testsJason R. Coombs2015-11-281-0/+96
* | Add test capturing possible violation in expectation due to new Python 2.7.10...Jason R. Coombs2015-06-071-0/+16
* | Backed out changeset 6e045b2724d0 and 56d7ea3d42b2. Ref #307.Jason R. Coombs2015-03-201-10/+0
* | Add test capturing failure to parse package names with hyphens. Ref #307Jason R. Coombs2015-03-201-0/+10
* | Use pytest.raises for brevity and clarity of purpose.Jason R. Coombs2015-01-061-3/+2
* | Use pytests parametrize to create separate tests for each specJason R. Coombs2015-01-061-6/+6
* | Refactor for clarityJason R. Coombs2015-01-061-3/+2
* | Equal signs are now allowed in entry point names.Jason R. Coombs2015-01-061-1/+1
* | Restore support for printable characters in the entry point name. Fixes #327.Jason R. Coombs2015-01-061-0/+11
* | Fix test failure on Python 2Jason R. Coombs2015-01-041-0/+2
* | Add test capturing expectation when dependencies conflict during resolve. Fix...Jason R. Coombs2015-01-041-0/+25
* | Normalize whitespaceJason R. Coombs2015-01-041-4/+6
* | Test the report methodJason R. Coombs2015-01-041-3/+3
* | Add test for WorkingSet.find() when a conflict occurs.Jason R. Coombs2015-01-041-0/+16
* | Add another assertion on the exception.Jason R. Coombs2015-01-041-1/+4
* | Extract variableJason R. Coombs2015-01-041-4/+2
* | Remove try/except/fail - Exceptions are failures by default.Jason R. Coombs2015-01-041-4/+2
|/
* Moved test_resources and test_pkg_resources to pkg_resources package.Jason R. Coombs2015-01-033-0/+719