eeaston
eeaston
Appear to be missing helpers.py from the test directory? ====================================================================================================================================== test session starts ====================================================================================================================================== platform linux2 -- Python 2.7.3 -- pytest-2.4.2 collected 0 items / 9 errors ============================================================================================================================================ ERRORS =============================================================================================================================================...
Unix directories really don't like having thousands of files in them, especially if they're hosted on NFS. You end up not being able to look at them as your shell...
Travis.org is no longer functioning, so back to CircleCI we go!
Hi there (sorry it's been so long!) I was thinking - the Page Objects test code is really very useful, and a lot more flexible than many of the other...
Makes the post-build downloader respect the config file's PyPI URL
My reason for creating pkglib_util was to create a non-pkglib-enabled place to put common code that's used in both pkglib and pkglib_testing. This is so pkglib_testing can be installed as...
Need some sort of equivalent of the pip download cache when there's no local PyPI available. Best way to do this I think is to start adding in a hooks...