We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f89a11 commit 97cb94dCopy full SHA for 97cb94d
test-runner.py
@@ -10,7 +10,7 @@ def getEmail(self):
10
return str(random.randint(0, 10000)) + "@test.com"
11
12
def getAmount(self):
13
- return random.randint(0, 10000)
+ return random.randint(0, 10000) * 1.12
14
15
def getDay(self):
16
return random.randint(7, 365)
@@ -608,4 +608,4 @@ def test_all_sample_codes(self):
608
#def test_sample(self):
609
# self.assertTrue(self.get_customer_shipping_address())
610
611
-unittest.main()
+unittest.main()
0 commit comments