We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d36e1d commit eb943a1Copy full SHA for eb943a1
3 files changed
.gitignore
@@ -18,4 +18,4 @@ flamescope.json
18
/.cargo/config
19
20
extra_tests/snippets/resources
21
-extra_tests/snippets/not_impl.py
+extra_tests/not_impl.py
extra_tests/not_impl_gen.py
@@ -379,5 +379,5 @@ def remove_one_indent(s):
379
compare_src = inspect.getsourcelines(compare)[0][1:]
380
output += "".join(remove_one_indent(line) for line in compare_src)
381
382
-with open("snippets/not_impl.py", "w") as f:
+with open("not_impl.py", "w") as f:
383
f.write(output + "\n")
whats_left.sh
@@ -26,4 +26,4 @@ fi
26
# run whats_left
27
cargo build --release
28
29
-cargo run --release -q -- extra_tests/snippets/not_impl.py
+cargo run --release -q -- extra_tests/not_impl.py
0 commit comments