mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Add tests.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from tempfile import mktemp
|
||||
|
||||
def write_results(results):
|
||||
filename = mktemp()
|
||||
with open(filename, "w+") as f:
|
||||
f.write(results)
|
||||
print("Results written to", filename)
|
||||
Reference in New Issue
Block a user