We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 799d76e + 18eeb07 commit aa6fdb2Copy full SHA for aa6fdb2
nxstart/tests/test_utils_files.py
@@ -31,4 +31,5 @@ def test_replace_in_file():
31
'TEXT_PLACEHOLDER': 'NEW_TEXT',
32
})
33
assert_file_contains_strings(new_test_file_path, ['NEW_TEXT'])
34
+ os.remove(new_test_file_path)
35
0 commit comments