Beispiel #1
0
def check_rust_tests():
    cr.cargo("test")
Beispiel #2
0
def audit_conjecture_rust():
    cr.cargo("install", "cargo-audit")
    cr.cargo("audit")
Beispiel #3
0
def check_rust_tests():
    cr.cargo('test')
Beispiel #4
0
def lint_conjecture_rust():
    cr.cargo("clippy")
Beispiel #5
0
def check_conjecture_rust_format():
    cr.cargo("fmt", "--", "--check")
Beispiel #6
0
def format_conjecture_rust_code():
    cr.cargo("fmt")
Beispiel #7
0
def check_rust_tests():
    cr.cargo('test')
def check_rust_tests():
    cr.cargo("test")