debug and working stage--squash
This commit is contained in:
@@ -68,6 +68,7 @@ def handler(request):
|
||||
@pytest.mark.parametrize("protocol", [3, 4])
|
||||
def test_pickle_app(app, protocol):
|
||||
app.route("/")(handler)
|
||||
app.router.finalize()
|
||||
p_app = pickle.dumps(app, protocol=protocol)
|
||||
del app
|
||||
up_p_app = pickle.loads(p_app)
|
||||
|
||||
Reference in New Issue
Block a user