summaryrefslogtreecommitdiff
path: root/tests/test_locks.py
Commit message (Expand)AuthorAgeFilesLines
* test_locks: close the temporary event loop and check the condition lockVictor Stinner2014-07-291-1/+4
* Accept optional lock object in Condition ctor (#198)Andrew Svetlov2014-07-261-0/+12
* Python issue 21163: Fix some "Task was destroyed but it is pending!" logs in ...Victor Stinner2014-06-251-0/+1
* Refactor tests: add a base TestCase classVictor Stinner2014-06-181-48/+20
* Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-261-10/+10
* Locks refactor: use a separate context manager; remove Semaphore._locked.Guido van Rossum2014-01-251-0/+35
* Unit tests use the main asyncio module instead of submodules like eventsVictor Stinner2014-01-241-123/+120
* Change bounded semaphore into a subclass, like threading.[Bounded]Semaphore.Guido van Rossum2013-11-231-1/+1
* Allow and correctly implement Semaphore(0).Guido van Rossum2013-11-211-0/+4
* Locks improvements by Arnaud Faure: better repr(), change Condition structure.Guido van Rossum2013-11-031-1/+70
* Rename tests from foo_test.py to test_foo.py, to match stdlib preference.Guido van Rossum2013-10-141-0/+765