def test_slots_request(self): env = testing.create_environ() req = Request(env) try: req.doesnt = 'exist' except AttributeError: pytest.fail('Unable to add additional variables dynamically')