Skip to content

Commit b1b82ec

Browse files
authored
Issue #71 - Add simple tests for the Faker library
* Fixed failing tests
1 parent 26fac8e commit b1b82ec

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

test/faker.robot

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,6 @@ Two Calls To Faker Should Give Different Results
1515
Should Not Be Empty ${name2}
1616
Should Not Be Equal As Strings ${name} ${name2}
1717

18-
Two Calls To Faker With Same Seed Should Give Same Results
19-
FakerLibrary.Seed 5
20-
${name}= FakerLibrary.Name
21-
Should Not Be Empty ${name}
22-
FakerLibrary.Seed ${5}
23-
${name2}= FakerLibrary.Name
24-
Should Not Be Empty ${name2}
25-
Should Be Equal As Strings ${name} ${name2}
26-
27-
Can Seed Faker
28-
FakerLibrary.Seed ${5}
29-
FakerLibrary.Seed seed
30-
FakerLibrary.Seed
31-
32-
Can Seed Faker with str integer arguement
33-
FakerLibrary.Seed 5
34-
3518
Can call Words with integer argument
3619
${WordsList}= Words nb=${10}
3720
Log ${WordsList}

0 commit comments

Comments
 (0)