Skip to content

Commit 079fcb2

Browse files
authored
Merge pull request mjs#274 from growbots/move-test-package
Move all non-library code outside of the imapclient package
2 parents e15c1a2 + 9e411a5 commit 079fcb2

29 files changed

+1034
-1043
lines changed

HACKING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ Protocol level unit tests should not act against a real IMAP server
8484
but should use canned data instead. The IMAPClientTest base class
8585
should typically be used as the base class for any tests - it provides
8686
a mock IMAPClient instance at `self.client`. See the tests in
87-
imapclient/tests/test_imapclient.py for examples of how to write unit
88-
tests using this approach.
87+
`tests/test_imapclient.py` for examples of how to write unit tests using
88+
this approach.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)