forked from Rust-related/RustPython
Move not_impl to extra_tests.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -18,4 +18,4 @@ flamescope.json
|
||||
/.cargo/config
|
||||
|
||||
extra_tests/snippets/resources
|
||||
extra_tests/snippets/not_impl.py
|
||||
extra_tests/not_impl.py
|
||||
|
||||
@@ -379,5 +379,5 @@ def remove_one_indent(s):
|
||||
compare_src = inspect.getsourcelines(compare)[0][1:]
|
||||
output += "".join(remove_one_indent(line) for line in compare_src)
|
||||
|
||||
with open("snippets/not_impl.py", "w") as f:
|
||||
with open("not_impl.py", "w") as f:
|
||||
f.write(output + "\n")
|
||||
|
||||
@@ -26,4 +26,4 @@ fi
|
||||
# run whats_left
|
||||
cargo build --release
|
||||
|
||||
cargo run --release -q -- extra_tests/snippets/not_impl.py
|
||||
cargo run --release -q -- extra_tests/not_impl.py
|
||||
|
||||
Reference in New Issue
Block a user