コード例 #1
0
def test_check_registration_closed():
    assert validator.check_registration("closed")
コード例 #2
0
def test_check_registration_fail():
    assert not validator.check_registration("close")
コード例 #3
0
def test_check_registration_open():
    assert validator.check_registration("open")
コード例 #4
0
def test_check_registration_restricted():
    assert validator.check_registration("restricted")
コード例 #5
0
def test_check_registration_restricted():
    assert validator.check_registration("restricted")
コード例 #6
0
def test_check_registration_open():
    assert validator.check_registration("open")
コード例 #7
0
def test_check_registration_fail():
    assert not validator.check_registration("close")
コード例 #8
0
def test_check_registration_closed():
    assert validator.check_registration("closed")
コード例 #9
0
def test_check_registration_open():
    assert swc_index_validator.check_registration("open")