Itamar Turner-Trauring
|
3d0e4df5ce
|
Lint fixes.
|
2020-07-07 11:30:01 -04:00 |
|
Itamar Turner-Trauring
|
e06d41442a
|
Merge remote-tracking branch 'origin/master' into 3324-humanreadable-python-3
|
2020-07-07 11:03:33 -04:00 |
|
Sajith Sasidharan
|
25f5e659fc
|
Merge pull request #721 from sajith/3287.status-upload-nevow-to-twisted-web
Replace nevow with twisted.web.template in status.UploadStatusPage
Fixes: ticket:3287
|
2020-07-06 16:20:40 -04:00 |
|
Sajith Sasidharan
|
61aef4caef
|
Merge pull request #690 from sajith/3247.storage-py-neovw-to-twt
Use twisted.web.template in web/storage.py
Fixes: ticket:3247
|
2020-07-06 16:18:34 -04:00 |
|
Itamar Turner-Trauring
|
f548593f37
|
Fix test_python3, and mark these two modules as being ported as well.
|
2020-07-06 14:18:18 -04:00 |
|
Itamar Turner-Trauring
|
b990334104
|
Add the builtins import to make Python 2 builtins match Python 3's.
|
2020-07-06 14:00:02 -04:00 |
|
Itamar Turner-Trauring
|
83b9bbf743
|
Switch definitely to _python3.py for listing modules, but also note if a module
has been ported in its docstring.
|
2020-07-03 13:28:36 -04:00 |
|
Itamar Turner-Trauring
|
140cb80ff7
|
Clarify comment.
|
2020-07-03 13:15:57 -04:00 |
|
Itamar Turner-Trauring
|
12691eb597
|
Only install module mappings once.
|
2020-07-02 14:31:33 -04:00 |
|
Itamar Turner-Trauring
|
70a029fb81
|
Tests pass on both Python 2 and Python 3.
|
2020-07-02 14:26:35 -04:00 |
|
Itamar Turner-Trauring
|
c207a0c932
|
Port test_humanreadable.py to Python 3.
|
2020-07-02 14:10:38 -04:00 |
|
Itamar Turner-Trauring
|
b7f88b278f
|
Split out tests for humanreadable into their own module, so we can port just
humanreadable.py in isolation.
|
2020-07-02 13:40:40 -04:00 |
|
meejah
|
ffd24b9c7f
|
Merge pull request #728 from meejah/ticket3317-verified-fakes
Ticket 3317: start of verified fakes
|
2020-06-30 19:40:39 +00:00 |
|
meejah
|
aedc58ef51
|
unused imports
|
2020-06-19 17:22:42 -06:00 |
|
meejah
|
f0ac5a2cef
|
more-testtools-y asserts
|
2020-06-19 17:19:30 -06:00 |
|
meejah
|
57eb875354
|
testtool's asserts
|
2020-06-19 17:16:39 -06:00 |
|
meejah
|
ef71fc2bfc
|
Get rid of ?replace= handling entirely and more-correctly support /uri variants
|
2020-06-19 17:15:01 -06:00 |
|
meejah
|
02a543515f
|
replciate Tahoe's behavior for replace=true/false
|
2020-06-13 01:55:14 -06:00 |
|
meejah
|
fa597e1735
|
use real parser
|
2020-06-12 22:57:38 -06:00 |
|
meejah
|
949b09ce27
|
actually returns CREATED for new data
|
2020-06-12 22:08:36 -06:00 |
|
meejah
|
776ee5f91c
|
use hypothesis -- which doesn't know about Deferred, so need testtools too
|
2020-06-12 22:04:12 -06:00 |
|
meejah
|
05ea0a2fe9
|
copyright, header
|
2020-06-12 22:04:03 -06:00 |
|
meejah
|
00e7d01a1a
|
unused imports
|
2020-06-11 15:34:40 -06:00 |
|
meejah
|
86a90084bb
|
simple test of testing/web
|
2020-06-11 14:14:42 -06:00 |
|
Sajith Sasidharan
|
cf4b3ba008
|
Correct arguments to super()
This was incidentally found when looking at some test failures:
super(type, object) is the right invocation, and not the other way
around.
|
2020-05-29 09:20:18 -04:00 |
|
Sajith Sasidharan
|
b0e3325d03
|
Move time formatter tests
UploadResultsRendererMixin no longer has render_time(); moving tests
for render_time() as tests for abbreviate_time() to a more appropriate
place.
|
2020-05-22 20:49:34 -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
|
2418e90bf0
|
CacheDirectoryManager is unused
|
2020-05-06 15:22:22 -06:00 |
|
meejah
|
d4f29e7d6c
|
restore old code, run the GC
|
2020-05-05 13:57:17 -06:00 |
|
meejah
|
b54dc1e5d5
|
whitespace (1 line per import)
|
2020-05-05 13:56:59 -06:00 |
|
Sajith Sasidharan
|
5e4f2d88f1
|
Merge pull request #710 from sajith/3305.root-from-nevow-to-twisted-web
Move root.Root from nevow to twisted.web.template
Fixes: ticket:3305
|
2020-05-05 15:56:21 -04:00 |
|
Sajith Sasidharan
|
ab298dab9c
|
Make ErrorBoom a new style class
ErrorBoom won't pass PythonTwoRegressions.test_new_style_classes()
check otherwise.
|
2020-05-05 12:56:19 -04:00 |
|
Sajith Sasidharan
|
edd4cab42b
|
Replace nevow with twisted.web in test.web.test_grid
|
2020-05-05 11:51:28 -04: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
|
13350d60c2
|
assertFailure instead of bespoke code
|
2020-05-04 21:59:15 -06:00 |
|
meejah
|
bddd2cc996
|
disable system tests on PyPy
|
2020-05-04 21:59:15 -06:00 |
|
meejah
|
29563b8f2d
|
assert proper errors
|
2020-05-04 21:59:15 -06:00 |
|
meejah
|
f8117320cb
|
tests which rely on memory-reclamation need gc.collect() on pypy
|
2020-05-04 21:59:15 -06:00 |
|
meejah
|
8965c77d63
|
look for correct error-string
|
2020-05-04 21:59:15 -06:00 |
|
meejah
|
9bcc465f76
|
unused import
|
2020-05-04 21:59:15 -06:00 |
|
meejah
|
4928d62d66
|
use set instead of WeakKeyDictionary
|
2020-05-04 21:59:15 -06:00 |
|
meejah
|
5175a6c6a0
|
asserts for systemexit
|
2020-05-04 21:59:15 -06:00 |
|
meejah
|
5071ddf124
|
add more 'with' statements
|
2020-05-04 21:59:15 -06:00 |
|
meejah
|
a348d3d507
|
relying on memory/gc bad
|
2020-05-04 21:59:15 -06:00 |
|
meejah
|
ca5e1ebe52
|
look at correct mock-call object
|
2020-05-04 21:59:15 -06:00 |
|
meejah
|
4b0c730adf
|
use 'with open' correctly
|
2020-05-04 21:59:15 -06:00 |
|
Sajith Sasidharan
|
88b369a0c2
|
Remove unused variables
|
2020-05-04 11:48:52 -04:00 |
|
Sajith Sasidharan
|
58a06cb57d
|
Update test that exercises empty nick and version
|
2020-05-04 09:45:36 -04:00 |
|
Sajith Sasidharan
|
88b7784f39
|
Use BeautifulSoup in test.test_system.SystemTest.test_filesystem
|
2020-04-30 15:09:10 -04:00 |
|