Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Renamed some doctest files to .test to emphsize their testiness.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Jul 6, 2010
1 parent f1552e6 commit 2c700dc
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions src/zc/ngi/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,15 +418,15 @@ def test_suite():
'doc/index.txt',
),
doctest.DocFileSuite(
'README.txt',
'old.test',
'testing.test',
'message.txt',
'adapters.txt',
'blocking.txt',
'message.test',
'adapters.test',
'blocking.test',
'async-udp.test',
),
doctest.DocFileSuite(
'async.txt',
'async.test',
setUp=async_evil_setup, tearDown=cleanup_async,
),
doctest.DocTestSuite(setUp=cleanup_async, tearDown=cleanup_async),
Expand Down

0 comments on commit 2c700dc

Please sign in to comment.