- 15 Ock, 2016 1 kayıt (commit)
-
-
Brett Cannon yazdı
Permission was validated prior to adding these markings.
-
- 12 Ock, 2016 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Patch contributed by Robert Zimmerman.
-
- 09 Ock, 2016 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
original values after patching. Patch contributed by Sean McCully.
-
- 02 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 12 Eyl, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Fixed the case of the "Ctrl-" prefixes.
-
- 09 Eyl, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
boolean result instead of raising an exception. Patch by A Kaptur.
-
- 27 Agu, 2015 1 kayıt (commit)
-
-
Robert Collins yazdı
Patch from Berker Peksag.
-
- 19 Agu, 2015 1 kayıt (commit)
-
-
Robert Collins yazdı
Patch from Ilia Kurenkov.
-
- 06 Agu, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Initial patch by Aaron Hill.
-
- 23 Tem, 2015 1 kayıt (commit)
-
-
Robert Collins yazdı
-
- 17 Tem, 2015 2 kayıt (commit)
-
-
Robert Collins yazdı
Patch from https://github.com/testing-cabal/mock/issues/215
-
Robert Collins yazdı
could in Python 3.3.
-
- 14 Tem, 2015 3 kayıt (commit)
-
-
Robert Collins yazdı
Patch from Nicola Palumbo and Laurent De Buyst.
-
Robert Collins yazdı
This was a regression vs Python 3.4. Patch from Ignacio Rossi
-
Robert Collins yazdı
This was a regression vs Python 3.4. Patch from Ignacio Rossi
-
- 21 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
assertWarnsRegex() assertments now check the type of the first argument to prevent possible user error. Based on patch by Daniel Wagner-Hall.
-
- 20 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Martin Panter.
-
- 16 May, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
assertWarnsRegex() checks now emits a deprecation warning when callable is None or keyword arguments except msg is passed in the context manager mode.
-
Serhiy Storchaka yazdı
-
- 06 May, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
assertWarnsRegex() checks are not longer successful if the callable is None. Added tests for assertRaises().
-
- 14 Nis, 2015 2 kayıt (commit)
-
-
Łukasz Langa yazdı
Behavior equivalent to m.configure_mock(). Patch by Kasia Jachim.
-
Łukasz Langa yazdı
Behavior equivalent to m.configure_mock(). Patch by Kasia Jachim.
-
- 13 Nis, 2015 1 kayıt (commit)
-
-
Brett Cannon yazdı
The concept of .pyo files no longer exists. Now .pyc files have an optional `opt-` tag which specifies if any extra optimizations beyond the peepholer were applied.
-
- 18 Mar, 2015 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable.
-
- 14 Mar, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Håkan Lövdahl.
-
- 12 Mar, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Håkan Lövdahl.
-
- 06 Mar, 2015 1 kayıt (commit)
-
-
Robert Collins yazdı
-
- 05 Mar, 2015 1 kayıt (commit)
-
-
Robert Collins yazdı
-
- 31 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
implementation in issue #21408 they are redundant.
-
- 26 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
returned NotImplemented. Removed incorrect implementations of __ne__().
-
- 23 Kas, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures.
-
- 11 Ara, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
Fixed an output of sets in examples.
-
- 04 Kas, 2014 2 kayıt (commit)
-
-
Robert Collins yazdı
When used in the real world it can under some situations trigger " assert not _relpath.startswith('..'), "Path must be within the project" AssertionError: Path must be within the project " Because _get_name_from_path was not expecting to be called with the top level directory.
-
Robert Collins yazdı
We were not honouring load_tests in a package/__init__.py when that was the start_dir parameter, though we do when it is a child package. The fix required a little care since it introduces the possibility of infinite recursion.
-
- 29 Eki, 2014 2 kayıt (commit)
-
-
Robert Collins yazdı
Previously the ImportError was only shown if the top level containing package failed to import, with other ImportErrors showing up as AttributeError - hiding the real cause. As part of this, `TestLoader.loadTestsFromNames` now captures errors to self.errors.
-
Robert Collins yazdı
These tests were undebuggable as written, and there's no testing fallacy involved in using the method we're testing to test the output of that method, so switch to that.
-
- 20 Eki, 2014 1 kayıt (commit)
-
-
Robert Collins yazdı
This makes it possible to examine the errors from unittest discovery without executing the test suite - important when the test suite may be very large, or when enumerating the test ids from a test suite.
-
- 19 Eki, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Févry Thibault.
-