예제 #1
0
def test_is_feature_file_blank():
    assert files.is_feature_file("") is False
예제 #2
0
def test_is_feature_file_caps():
    assert files.is_feature_file("test.FEATURE") is True
예제 #3
0
def test_is_feature_file_not():
    assert files.is_feature_file("test.py") is False
예제 #4
0
def test_is_feature_file():
    assert files.is_feature_file("test.feature") is True