diff options
author | Brett Cannon <brett@python.org> | 2016-01-15 09:54:16 -0800 |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2016-01-15 09:54:16 -0800 |
commit | 43dab4bfcfd44b517e2ef568deaed5213fc410d8 (patch) | |
tree | 8d756000e1503ca304dbadf0e184ad5ede78d0e0 /Lib/unittest | |
parent | 2f1a0b6ad5ea9e8d05782f7d0055c393d184d91f (diff) | |
parent | 07b954d1488c961cf8520f9bdb727925bd4b191e (diff) | |
download | cpython-git-43dab4bfcfd44b517e2ef568deaed5213fc410d8.tar.gz |
Merge 'used with permission' additions
Diffstat (limited to 'Lib/unittest')
-rw-r--r-- | Lib/unittest/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/unittest/__init__.py b/Lib/unittest/__init__.py index f6d7ae278b..7f61a80ff4 100644 --- a/Lib/unittest/__init__.py +++ b/Lib/unittest/__init__.py @@ -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 |