Merge 'used with permission' additions

This commit is contained in:
Brett Cannon 2016-01-15 09:54:16 -08:00
commit 43dab4bfcf
3 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,6 @@
"""
Python unit testing framework, based on Erich Gamma's JUnit and Kent Beck's
Smalltalk testing framework.
Smalltalk testing framework (used with permission).
This module contains the core framework classes that form the basis of
specific test cases and suites (TestCase, TestSuite etc.), and also a