Changeset c4be4b5 in trunk


Ignore:
Timestamp:
2020-06-18T01:18:14Z (5 years ago)
Author:
Sajith Sasidharan <sajith@…>
Branches:
master
Children:
3783349
Parents:
048840a
git-author:
Sajith Sasidharan <sajith@…> (2020-06-12 00:50:03)
git-committer:
Sajith Sasidharan <sajith@…> (2020-06-18 01:18:14)
Message:

Make TestRequest? an object

Wouldn't pass PythonTwoRegressions?.test_new_style_classes without
this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/test/test_checker.py

    r048840a rc4be4b5  
    3737# that `allmydata.web.common.get_arg()` won't complain.
    3838@implementer(IRequest)
    39 class TestRequest(Request):
     39class TestRequest(object, Request):
    4040    def __init__(self, args=None, fields=None):
    4141        Request.__init__(self, DummyChannel())
Note: See TracChangeset for help on using the changeset viewer.