Skip to content
Snippets Groups Projects

TEST: New test for server-issue 220.

1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
+ 0
3
@@ -64,9 +64,6 @@ def test_messages_dict_behavior():
msgs["HelloWorld", 2] = "Greeting the world in German", "Hallo, Welt!"
assert msgs["HelloWorld", 2] == (
"Greeting the world in German", "Hallo, Welt!")
msgs["HelloWorld", 2] = "Greeting the world in German", "Huhu, Welt!"
assert msgs["HelloWorld", 2] == (
"Greeting the world in German", "Huhu, Welt!")
del msgs["HelloWorld", 2]
assert msgs.get("HelloWorld", 2) is None
Loading