Move not_impl to extra_tests.

This commit is contained in:
jfh
2021-10-08 00:14:40 +03:00
parent 2d36e1dc2d
commit eb943a11be
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@@ -18,4 +18,4 @@ flamescope.json
/.cargo/config
extra_tests/snippets/resources
extra_tests/snippets/not_impl.py
extra_tests/not_impl.py

View File

@@ -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")

View File

@@ -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