summaryrefslogtreecommitdiff
path: root/api_tests.txt
diff options
context:
space:
mode:
Diffstat (limited to 'api_tests.txt')
-rwxr-xr-xapi_tests.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/api_tests.txt b/api_tests.txt
index 735ad8dd..823d815f 100755
--- a/api_tests.txt
+++ b/api_tests.txt
@@ -170,8 +170,8 @@ You can append a path entry to a working set using ``add_entry()``::
>>> ws.entries
['http://example.com/something']
>>> ws.add_entry(pkg_resources.__file__)
- >>> ws.entries
- ['http://example.com/something', '...pkg_resources.py...']
+ >>> ws.entries == ['http://example.com/something', pkg_resources.__file__]
+ True
Multiple additions result in multiple entries, even if the entry is already in
the working set (because ``sys.path`` can contain the same entry more than