コード例 #1
0
ファイル: tests.py プロジェクト: wijeda/oscareducation
def test_detection_one_variable():
    assert needs_to_be_generated("{a}")
コード例 #2
0
ファイル: tests.py プロジェクト: Psycojoker/oscar
def test_detection_one_variable():
    assert needs_to_be_generated("{a}")
コード例 #3
0
ファイル: tests.py プロジェクト: wijeda/oscareducation
def test_detection_empty():
    assert not needs_to_be_generated("")
コード例 #4
0
ファイル: tests.py プロジェクト: Psycojoker/oscar
def test_detection_empty():
    assert not needs_to_be_generated("")