forked from CxxTest/cxxtest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
36 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
"""cxxtest: A Python package that supports the CxxTest test framework for C/C++. | ||
.. _CxxTest: http://cxxtest.tigris.org/ | ||
.. _CxxTest: http://cxxtest.com/ | ||
CxxTest is a unit testing framework for C++ that is similar in | ||
spirit to JUnit, CppUnit, and xUnit. CxxTest is easy to use because | ||
|
@@ -28,6 +28,6 @@ | |
__maintainer__ = "William E. Hart" | ||
__maintainer_email__ = "[email protected]" | ||
__license__ = "LGPL" | ||
__url__ = "http://cxxtest.tigris.org/" | ||
__url__ = "http://cxxtest.com" | ||
|
||
from cxxtest.cxxtestgen import * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
"""cxxtest: A Python package that supports the CxxTest test framework for C/C++. | ||
.. _CxxTest: http://cxxtest.tigris.org/ | ||
.. _CxxTest: http://cxxtest.com/ | ||
CxxTest is a unit testing framework for C++ that is similar in | ||
spirit to JUnit, CppUnit, and xUnit. CxxTest is easy to use because | ||
|
@@ -28,6 +28,6 @@ | |
__maintainer__ = "William E. Hart" | ||
__maintainer_email__ = "[email protected]" | ||
__license__ = "LGPL" | ||
__url__ = "http://cxxtest.tigris.org/" | ||
__url__ = "http://cxxtest.com" | ||
|
||
from cxxtest.cxxtestgen import * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters