Changeset 47
- Timestamp:
- 10/24/07 14:34:34 (1 year ago)
- Location:
- branches/2.0.5/tests
- Files:
-
- 6 modified
-
basic_tests.py (modified) (1 diff)
-
lib/smtp_mailsink.py (modified) (1 diff)
-
lib/utils.py (modified) (1 diff)
-
test_errorhandling.py (modified) (1 diff)
-
test_message_as_string.py (modified) (1 diff)
-
test_testmode.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0.5/tests/basic_tests.py
r32 r47 2 2 # -*- coding: UTF-8 -*- 3 3 4 # Copyright (c) 2007 Felix Schwarz <felix.schwarz@ schwarz.eu>4 # Copyright (c) 2007 Felix Schwarz <felix.schwarz@oss.schwarz.eu> 5 5 # 6 6 # This code is placed under the MIT license: -
branches/2.0.5/tests/lib/smtp_mailsink.py
r32 r47 1 1 # -*- coding: UTF-8 -*- 2 3 2 """A library which implements a SMTP mail sink (dummy SMTP server) in order 4 3 to test correct sending of emails.""" 5 4 6 # Copyright (c) 2007 Felix Schwarz <felix.schwarz@ schwarz.eu>5 # Copyright (c) 2007 Felix Schwarz <felix.schwarz@oss.schwarz.eu> 7 6 # 8 7 # This library is free software; you can redistribute it and/or -
branches/2.0.5/tests/lib/utils.py
r32 r47 1 1 # -*- coding: UTF-8 -*- 2 2 3 # Copyright (c) 2007 Felix Schwarz <felix.schwarz@ schwarz.eu>3 # Copyright (c) 2007 Felix Schwarz <felix.schwarz@oss.schwarz.eu> 4 4 # 5 5 # This code is placed under the MIT license: -
branches/2.0.5/tests/test_errorhandling.py
r45 r47 2 2 # -*- coding: UTF-8 -*- 3 3 4 # Copyright (c) 2007 Felix Schwarz <felix.schwarz@ schwarz.eu>4 # Copyright (c) 2007 Felix Schwarz <felix.schwarz@oss.schwarz.eu> 5 5 # 6 6 # This code is placed under the MIT license: -
branches/2.0.5/tests/test_message_as_string.py
r32 r47 2 2 # -*- coding: UTF-8 -*- 3 3 4 # Copyright (c) 2007 Felix Schwarz <felix.schwarz@ schwarz.eu>4 # Copyright (c) 2007 Felix Schwarz <felix.schwarz@oss.schwarz.eu> 5 5 # 6 6 # This code is placed under the MIT license: -
branches/2.0.5/tests/test_testmode.py
r27 r47 2 2 # -*- coding: UTF-8 -*- 3 3 4 # Copyright (c) 2007 Felix Schwarz <felix.schwarz@ schwarz.eu>4 # Copyright (c) 2007 Felix Schwarz <felix.schwarz@oss.schwarz.eu> 5 5 # 6 6 # This code is placed under the MIT license:
