本文整理汇总了Python中pycket.test.testhelper.run_file函数的典型用法代码示例。如果您正苦于以下问题:Python run_file函数的具体用法?Python run_file怎么用?Python run_file使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了run_file函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。
示例1: test_puzzle
def test_puzzle():
run_file("puzzle.rkt", ("1048575", "460"), ("50", "1"))
示例2: test_church
def test_church():
run_file("church-simple.rkt")
示例3: test_control
def test_control():
run_file("control.rktl", inplace=True)
示例4: test_thread_cells
def test_thread_cells():
run_file("test-thread-cell.rkt")
示例5: test_impersonator_properties
def test_impersonator_properties():
run_file("impersonator-properties.rkt")
示例6: test_imp_vector
def test_imp_vector():
run_file("imp-vector.rkt", ("my-len 100", "my-len 2"), ("max-val 100", "max-val 2"))
示例7: test_imp_struct
def test_imp_struct():
run_file("imp-struct.rkt")
示例8: test_imp_procedures
def test_imp_procedures():
run_file("imp-proc.rkt")
示例9: test_imp_box
def test_imp_box():
run_file("imp-box.rkt")
示例10: test_triangle
def test_triangle():
run_file("triangle.rkt", ("1000000", "10"))
示例11: test_imp_predicates
def test_imp_predicates():
run_file("imp-predicates.rkt")
示例12: test_earley
def test_earley():
run_file("earley.rkt", ("(test 14)", "(test 3)"))
示例13: test_microkanren
def test_microkanren():
run_file("microkanren.rkt")
示例14: test_bubble_unsafe2
def test_bubble_unsafe2():
run_file("bubble-unsafe2.rkt", ("10000", "100"))
示例15: test_bubble
def test_bubble():
run_file("bubble-imp.rkt", ("10000", "100"))