André Apitzsch
|
38218aced1
|
Tests: fix imports
|
2018-08-18 22:19:01 +02:00 |
Philipp Hörist
|
32e23ff58b
|
Remove unused code in resolver test
|
2018-01-26 23:58:24 +01:00 |
Yann Leboulanger
|
84060484c4
|
Remove more Gmail things
|
2017-09-19 15:52:53 +02:00 |
Yann Leboulanger
|
5c0538a202
|
Fix running make test
|
2017-09-15 15:11:55 +02:00 |
André Apitzsch
|
3c31574cf9
|
Unittest: replace deprecated functions
|
2017-09-10 12:21:10 +02:00 |
André Apitzsch
|
89c7eb6e6a
|
Rename gajim.common.gajim to avoid name conflicts
|
2017-08-18 20:03:20 +02:00 |
André Apitzsch
|
56d002ce34
|
Fix test imports
|
2017-08-18 19:48:48 +02:00 |
Yann Leboulanger
|
b5c3b15c0f
|
Fix running tests
|
2017-08-09 21:05:45 +02:00 |
André Apitzsch
|
68a57e7c91
|
Replace src by gajim
|
2017-07-02 17:25:46 +02:00 |
Yann Leboulanger
|
e5b69fae5c
|
start running tests
|
2016-10-10 15:22:51 +02:00 |
Yann Leboulanger
|
cf40035a65
|
start fixing last test. still a problem with sessions
|
2013-04-08 18:57:39 +02:00 |
Yann Leboulanger
|
d2992815ee
|
re-enable test suite
|
2013-04-07 23:41:15 +02:00 |
Yann Leboulanger
|
d27591076f
|
fix exception handling
|
2013-01-01 23:18:36 +01:00 |
Yann Leboulanger
|
414e349345
|
python uses unicode internally
|
2013-01-01 19:44:25 +01:00 |
Yann Leboulanger
|
e71188a6fa
|
print -> print()
|
2013-01-01 19:36:56 +01:00 |
Yann Leboulanger
|
98c46f2b56
|
fix test suite
|
2010-08-27 11:47:38 +02:00 |
Éric Araujo
|
357d7db07d
|
fixed some whitespace thanks to 2to3 -f ws_comma
|
2010-02-10 19:24:11 +01:00 |
Éric Araujo
|
fedd7dc8e2
|
convert tabs to spaces in source code thanks to reindent.py
holy diff batman!
|
2010-02-08 15:08:40 +01:00 |
Stephan Erb
|
79b226d3f8
|
Make tests run again.
Missed to reflect API changes in the tests.
|
2009-12-05 22:26:48 +01:00 |
Yann Leboulanger
|
1b22a33239
|
add a HTML message parsser test
|
2009-11-18 11:22:48 +01:00 |
Yann Leboulanger
|
45533ae134
|
Test body received in several part
|
2009-11-12 22:25:00 +01:00 |
Stephan Erb
|
ee5eb8b546
|
Try to handle incomplete HTTP. See #5401. Please test.
Approach: Keep filling the receive buffer until we have found enough data to extract the first HTTP header and body
|
2009-11-12 21:23:10 +01:00 |
Stephan Erb
|
ba9ef8301b
|
Remove superfluous clear_contacts method
|
2009-11-09 23:03:16 +01:00 |
Stephan Erb
|
dec25246df
|
Missing bits of the last commit (add account parameter to contact constructor)
|
2009-11-05 16:22:21 +01:00 |
Stephan Erb
|
2e5bf4d0d2
|
Organize tests into unit and integration tests.
Integration tests can depend on UI, network or both. Unittests use neither.
|
2009-11-05 09:06:46 +01:00 |