File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ def string():
33
33
return {'content' : '' }
34
34
35
35
36
+ given (u"I have an alias with a unicode type for foo" , fixture = "foo" )
37
+
38
+
36
39
@given (parsers .parse (u"у мене є рядок який містить '{content}'" ))
37
40
def there_is_a_string_with_content (content , string ):
38
41
"""Create string with unicode content."""
Original file line number Diff line number Diff line change @@ -7,3 +7,7 @@ Feature: Юнікодні символи
7
7
Scenario : Steps in .py file have unicode
8
8
Given there is an other string with content 'якийсь контент'
9
9
Then I should see that the other string equals to content 'якийсь контент'
10
+
11
+ Scenario : Given names have unicode types
12
+ Given I have an alias with a unicode type for foo
13
+ Then foo should be "foo"
You can’t perform that action at this time.
0 commit comments