コード例 #1
0
ファイル: test_larger.py プロジェクト: magnusmorton/pycket
def test_control():
    run_file("control.rktl", inplace=True)
コード例 #2
0
ファイル: test_larger.py プロジェクト: magnusmorton/pycket
def test_imp_struct():
    run_file("imp-struct.rkt")
コード例 #3
0
ファイル: test_larger.py プロジェクト: magnusmorton/pycket
def test_impersonator_properties():
    run_file("impersonator-properties.rkt")
コード例 #4
0
ファイル: test_larger.py プロジェクト: magnusmorton/pycket
def test_imp_predicates():
    run_file("imp-predicates.rkt")
コード例 #5
0
ファイル: test_larger.py プロジェクト: magnusmorton/pycket
def test_imp_box():
    run_file("imp-box.rkt")
コード例 #6
0
ファイル: test_larger.py プロジェクト: magnusmorton/pycket
def test_bubble_unsafe2():
    run_file("bubble-unsafe2.rkt", ("10000", "100"))
コード例 #7
0
ファイル: test_larger.py プロジェクト: magnusmorton/pycket
def test_earley():
    run_file("earley.rkt", ("(test 14)", "(test 3)"))
コード例 #8
0
def test_imp_vector():
    run_file("imp-vector.rkt", ("my-len 100", "my-len 2"), ("max-val 100", "max-val 2"))
コード例 #9
0
def test_imp_struct():
    run_file("imp-struct.rkt")
コード例 #10
0
def test_imp_procedures():
    run_file("imp-proc.rkt")
コード例 #11
0
def test_imp_box():
    run_file("imp-box.rkt")
コード例 #12
0
def test_imp_predicates():
    run_file("imp-predicates.rkt")
コード例 #13
0
def test_triangle():
    run_file("triangle.rkt", ("1000000", "10"))
コード例 #14
0
def test_earley():
    run_file("earley.rkt", ("(test 14)", "(test 3)"))
コード例 #15
0
def test_microkanren():
    run_file("microkanren.rkt")
コード例 #16
0
def test_thread_cells():
    run_file("test-thread-cell.rkt")
コード例 #17
0
ファイル: test_larger.py プロジェクト: magnusmorton/pycket
def test_bubble():
    run_file("bubble-imp.rkt", ("10000", "100"))
コード例 #18
0
def test_impersonator_properties():
    run_file("impersonator-properties.rkt")
コード例 #19
0
ファイル: test_larger.py プロジェクト: magnusmorton/pycket
def test_microkanren():
    run_file("microkanren.rkt")
コード例 #20
0
def test_church():
    run_file("church-simple.rkt")
コード例 #21
0
ファイル: test_larger.py プロジェクト: magnusmorton/pycket
def test_triangle():
    run_file("triangle.rkt", ("1000000", "10"))
コード例 #22
0
def test_control():
    run_file("control.rktl", inplace=True)
コード例 #23
0
ファイル: test_larger.py プロジェクト: magnusmorton/pycket
def test_imp_procedures():
    run_file("imp-proc.rkt")
コード例 #24
0
def test_puzzle():
    run_file("puzzle.rkt", ("1048575", "460"), ("50", "1"))
コード例 #25
0
ファイル: test_larger.py プロジェクト: magnusmorton/pycket
def test_imp_vector():
    run_file("imp-vector.rkt", ("my-len 100", "my-len 2"), ("max-val 100", "max-val 2"))
コード例 #26
0
def test_nqueens():
    run_file("nqueens.rkt", ("10000", "1"))
コード例 #27
0
ファイル: test_larger.py プロジェクト: magnusmorton/pycket
def test_thread_cells():
    run_file("test-thread-cell.rkt")
コード例 #28
0
def test_bubble():
    run_file("bubble-imp.rkt", ("10000", "100"))
コード例 #29
0
ファイル: test_larger.py プロジェクト: magnusmorton/pycket
def test_church():
    run_file("church-simple.rkt")
コード例 #30
0
ファイル: test_larger.py プロジェクト: magnusmorton/pycket
def test_nqueens():
    run_file("nqueens.rkt", ("10000", "1"))
コード例 #31
0
ファイル: test_larger.py プロジェクト: magnusmorton/pycket
def test_puzzle():
    run_file("puzzle.rkt", ("1048575", "460"), ("50", "1"))
コード例 #32
0
def test_bubble_unsafe2():
    run_file("bubble-unsafe2.rkt", ("10000", "100"))