Created
September 13, 2019 13:35
-
-
Save m-kus/5b91cdc4b98240d5bab2e80b3938d2f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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