Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Add Queue module #371

Merged
merged 2 commits into from
Jul 24, 2017
Merged

Add Queue module #371

merged 2 commits into from
Jul 24, 2017

Conversation

trotterdylan
Copy link
Contributor

No description provided.

dir() is supposed to treat modules and types differently than normal
objects: https://docs.python.org/2/library/functions.html#dir

This change fix that inconsistency. This change activated a bunch of
tests that were broken, because test_* functions in base classes of
TestCase objects are now properly discovered. To make some of the test
cases at least runnable, I added dict.popitem.  Many others are broken
and are now being skipped.
@trotterdylan trotterdylan merged commit 7f4857e into google:master Jul 24, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant