Closed EarQuack closed 4 years ago
Following test (this will be a new test, if accepted) fails:
def test_new_required_test(): schema = Schema({ 'mykey': All(int, Range(1, 20)), }, required=True) assert_true(schema.required)
Suspect problem was introduced in #379
Will propose a solution and issue pull request to fix
@alecthomas Please assign me #419 and I will propose solution and passing test. Best regards!
Assigned @EarQuack
Following test (this will be a new test, if accepted) fails:
Suspect problem was introduced in #379
Will propose a solution and issue pull request to fix