File tree 2 files changed +1
-22
lines changed
2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change 1
- from pytest import raises
2
-
3
-
4
1
def test_addition (al , navigate ):
5
2
navigate ("https://seleniumbase.io/apps/calculator" )
6
3
al .do ("2 + 2 =" )
7
4
assert al .get ("calculator value" ) == 4
8
-
9
-
10
- def test_subtraction (al , navigate ):
11
- navigate ("https://seleniumbase.io/apps/calculator" )
12
- al .do ("5 - 3 =" )
13
- assert al .get ("calculator value" ) == 2
14
-
15
-
16
- def test_multiplication (al , navigate ):
17
- navigate ("https://seleniumbase.io/apps/calculator" )
18
- al .do ("3 * 4 =" )
19
- assert al .get ("calculator value" ) == 12
20
-
21
-
22
- def test_division (al , navigate ):
23
- navigate ("https://seleniumbase.io/apps/calculator" )
24
- al .do ("8 / 2 =" )
25
- assert al .get ("calculator value" ) == 4
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ license = "MIT"
26
26
name = " alumnium"
27
27
readme = " README.md"
28
28
repository = " https://github.com/alumnium-hq/alumnium"
29
- version = " 0.7.1 "
29
+ version = " 0.7.2 "
30
30
31
31
[tool .poetry .dependencies ]
32
32
langchain = " ^0.3"
You can’t perform that action at this time.
0 commit comments