- 23 Tem, 2014 1 kayıt (commit)
-
-
Zachary Ware yazdı
Adds `load_package_tests` function to test.support, uses it in test_asyncio, test_email, test_json, test_tools, test_importlib and all test_importlib sub-packages to implement test discovery.
-
- 07 Ock, 2014 1 kayıt (commit)
-
-
Eric Snow yazdı
-
- 22 Kas, 2013 1 kayıt (commit)
-
-
Eric Snow yazdı
-
- 19 Kas, 2013 1 kayıt (commit)
-
-
Zachary Ware yazdı
to avoid reporting success on empty tests.
-
- 08 Kas, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 25 Eki, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
unittest.TestCase in prep of running tests under frozen and source importlib.
-
- 15 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 01 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
Previously __path__ was set to [__name__], but that could lead to bad results if someone managed to circumvent the frozen importer and somehow ended up with a finder that thought __name__ was a legit directory/location.
-
- 20 Tem, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
This should make the Linux distros happy as it is now easier to leave importlib's tests out of their base Python distribution.
-