add environment evaluation

This commit is contained in:
Grzegorz Bokota
2020-06-22 13:55:04 +02:00
parent 3fe560cf14
commit c1f155c0f2
6 changed files with 24 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ with open("text_info.txt") as f:
stored_text = f.read()
print("## stored text: " + stored_text)
assert stored_text == "sample text"
assert stored_text == "sample text 123"
setup(