Skip to content

Instantly share code, notes, and snippets.

@m-kus
Created September 13, 2019 13:35
Show Gist options
  • Save m-kus/5b91cdc4b98240d5bab2e80b3938d2f2 to your computer and use it in GitHub Desktop.
Save m-kus/5b91cdc4b98240d5bab2e80b3938d2f2 to your computer and use it in GitHub Desktop.
def test_concat(self):
res = self.my.call('bar').result(storage='foo')
self.assertEqual('foobar', res.storage)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment