Itamar Turner-Trauring
|
70c0607789
|
Enable BytesWarning across all tests ported to Python 3, fixing problems that caught.
|
2021-02-24 14:36:15 -05:00 |
|
Itamar Turner-Trauring
|
06cd015647
|
Merge remote-tracking branch 'origin/master' into 3606.test_system-web-python3
|
2021-02-15 11:14:41 -05:00 |
|
Itamar Turner-Trauring
|
6b38c8d1c9
|
More of test_system now passes on Python 3.
|
2021-02-03 11:24:47 -05:00 |
|
Jean-Paul Calderone
|
5a145e74ef
|
a mild warning/suggestion here
|
2021-01-12 14:59:16 -05:00 |
|
Jean-Paul Calderone
|
ae1a0c591b
|
Prefer to fix unicode_to_argv/argv_to_unicode instead of callers
|
2021-01-12 09:58:34 -05:00 |
|
Jean-Paul Calderone
|
2306819db1
|
Get rid of unicode_to_argv and argv_to_unicode
|
2021-01-11 15:45:39 -05:00 |
|
Jean-Paul Calderone
|
73110f48da
|
Banish getProcessOutputAndValue from test_runner
It cannot do the right thing on Windows for non-ASCII because Twisted uses
pywin32 and on Python 2 pywin32 binds CreateProcessA.
|
2021-01-11 14:56:46 -05:00 |
|
Itamar Turner-Trauring
|
013388981c
|
Fix intermittent failing test on PyPy hopefully.
PyPy does not have refcounts, so files were only being closed when GC happened,
which meant their buffered writes never hit disk.
|
2020-12-22 13:04:53 -05:00 |
|
Itamar Turner-Trauring
|
50a794a911
|
More accurate docstring.
|
2020-12-18 11:34:08 -05:00 |
|
Itamar Turner-Trauring
|
865f3fd7d0
|
Improve the docstring.
|
2020-12-18 11:33:24 -05:00 |
|
Itamar Turner-Trauring
|
6a29568888
|
Fix flakes.
|
2020-12-15 09:16:50 -05:00 |
|
Itamar Turner-Trauring
|
c7759cb82c
|
Try to fix test_web.py on Python 2.
|
2020-12-14 13:53:12 -05:00 |
|
Itamar Turner-Trauring
|
28f46e9b06
|
test_system.py passes on both Python 2 and Python 3.
|
2020-12-14 11:07:37 -05:00 |
|
Itamar Turner-Trauring
|
98330d7186
|
Merge remote-tracking branch 'origin/master' into 3552.test_system-python-3
|
2020-12-11 13:24:04 -05:00 |
|
Itamar Turner-Trauring
|
cf6206ca42
|
Fix test_filesystem_with_cli_in_subprocess on Python 2.
|
2020-12-11 12:37:23 -05:00 |
|
Itamar Turner-Trauring
|
36f18e0afb
|
Fix test_filesystem on Python 2.
|
2020-12-11 12:30:12 -05:00 |
|
Jean-Paul Calderone
|
1c7c228f90
|
Merge remote-tracking branch 'origin/master' into 3549.remove-stats-gatherer
|
2020-12-10 18:27:54 -05:00 |
|
Itamar Turner-Trauring
|
a2e2ee596b
|
Some progress(?) towards passing tests.
|
2020-12-10 11:47:02 -05:00 |
|
Itamar Turner-Trauring
|
ba9e0db66e
|
Skip test_filesystem on Python 3 for now.
|
2020-12-10 11:17:46 -05:00 |
|
Itamar Turner-Trauring
|
5c1d904f57
|
Skip test on Python 3 for now, since that is not going to work in short term.
|
2020-12-10 11:00:15 -05:00 |
|
Itamar Turner-Trauring
|
c356ced49b
|
Another passing test on Python 3.
|
2020-12-10 10:56:41 -05:00 |
|
Itamar Turner-Trauring
|
36bf9224e6
|
More progress on Python 3, unbreak Python 2.
|
2020-12-10 10:52:07 -05:00 |
|
Itamar Turner-Trauring
|
5924da93d8
|
More bytes.
|
2020-12-09 13:18:45 -05:00 |
|
Itamar Turner-Trauring
|
add26895cf
|
Another passing test on Python 3.
|
2020-12-09 13:11:39 -05:00 |
|
Itamar Turner-Trauring
|
b61b0a9001
|
Some more progress towards Python 3.
|
2020-12-09 13:02:29 -05:00 |
|
Itamar Turner-Trauring
|
1ab1aaea47
|
Some more progress towards Python 3.
|
2020-12-09 12:59:37 -05:00 |
|
Itamar Turner-Trauring
|
1adb40cf3b
|
Some more progress towards Python 3.
|
2020-12-09 12:52:53 -05:00 |
|
Itamar Turner-Trauring
|
b11161a7aa
|
Start porting to Python 3.
|
2020-12-09 12:47:07 -05:00 |
|
Jean-Paul Calderone
|
9412cf70c2
|
remove unused helper
|
2020-12-09 10:36:17 -05:00 |
|
Jean-Paul Calderone
|
d916c725e6
|
Don't set up or query a stats gatherer in test_system
|
2020-12-09 10:32:26 -05:00 |
|
Jean-Paul Calderone
|
61ee26fb00
|
ticket reference
|
2020-12-07 10:46:20 -05:00 |
|
Jean-Paul Calderone
|
2955d22f72
|
note a problem with test_system
|
2020-12-06 18:38:51 -05:00 |
|
Jean-Paul Calderone
|
805378ef11
|
Do more path stuff with FilePath
|
2020-11-26 20:53:57 -05:00 |
|
Jean-Paul Calderone
|
10600ef5ec
|
Move write_introducer somewhere it can be used more widely
|
2020-11-16 14:59:42 -05:00 |
|
Jean-Paul Calderone
|
18e327417c
|
Get [client]introducer.furl out of test_system
|
2020-11-14 11:44:28 -05:00 |
|
Jean-Paul Calderone
|
16ab1690de
|
rewrite _test_introweb part of SystemTest as its own test suite
|
2020-09-24 11:08:18 -04:00 |
|
Jason R. Coombs
|
5a40bf47f4
|
Convert print statements to print functions, even when commented. Fixes #3408.
|
2020-09-11 14:50:44 -04:00 |
|
Itamar Turner-Trauring
|
f5a689f0e0
|
Extend timeout.
|
2020-09-01 12:46:16 -04:00 |
|
meejah
|
466369dd69
|
Merge pull request #669 from meejah/make-pypy-work
Make pypy work
|
2020-05-13 12:44:23 -06:00 |
|
meejah
|
1e039d8364
|
certs big enough to make pypy happy
|
2020-05-04 21:59:15 -06:00 |
|
meejah
|
00373fc211
|
special-case pypy
|
2020-05-04 21:59:15 -06:00 |
|
meejah
|
bddd2cc996
|
disable system tests on PyPy
|
2020-05-04 21:59:15 -06:00 |
|
meejah
|
5071ddf124
|
add more 'with' statements
|
2020-05-04 21:59:15 -06:00 |
|
Sajith Sasidharan
|
88b7784f39
|
Use BeautifulSoup in test.test_system.SystemTest.test_filesystem
|
2020-04-30 15:09:10 -04:00 |
|
Jean-Paul Calderone
|
e2fb2d0f4e
|
remove "rm" uses from test suite
|
2020-01-17 09:45:39 -05:00 |
|
Jean-Paul Calderone
|
d909b1ed5b
|
Run the child process with -Wignore
This test is not equipped to say anything about what warnings are or are not
emitted.
|
2019-10-29 08:55:42 -04:00 |
|
Jean-Paul Calderone
|
d32d020b05
|
Remove another test use of get_rref
|
2019-05-31 16:09:29 -04:00 |
|
Jean-Paul Calderone
|
628c7e7c5f
|
remove the custom timeouts
|
2019-05-08 18:39:26 -06:00 |
|
heartsucker
|
a087a5be72
|
removed tuple unpacking in function definitons for python3 compatibility
|
2019-04-18 13:37:18 +02:00 |
|
Jean-Paul Calderone
|
2898b2477b
|
Use the port assigner for the web port config as well
|
2019-03-28 15:02:14 -04:00 |
|