Skip to content

Commit

Permalink
Add test cases for the newly added characters
Browse files Browse the repository at this point in the history
Signed-off-by: Shounak Dey <[email protected]>
  • Loading branch information
sdglitched committed Nov 24, 2024
1 parent f0d9221 commit ea291fb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/data/test_char.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@
"Level 80/90 (Rank 6)": (10020.56, 161.12, 508.20, 24.0),
}, id="data.char: Charlotte",
),
pytest.param(
"Chasca", "bow", 5, "anemo", STAT.critical_rate_perc,
{
"Level 40/50 (Rank 2)": (4403.29, 155.88, 276.35, 4.8),
"Level 80/90 (Rank 6)": (9108.05, 322.43, 571.62, 19.2),
}, id="data.char: Chasca",
),
pytest.param(
"Chevreuse", "polearm", 4, "pyro", STAT.health_points_perc,
{
Expand Down Expand Up @@ -425,6 +432,13 @@
"Level 80/90 (Rank 6)": (11235.17, 177.92, 743.25, 30.0),
}, id="data.char: Noelle",
),
pytest.param(
"Ororon", "bow", 4, "electro", STAT.attack_perc,
{
"Level 40/50 (Rank 2)": (4260.96, 112.59, 270.57, 6.0),
"Level 80/90 (Rank 6)": (8603.51, 227.34, 546.32, 24.0),
}, id="data.char: Ororon",
),
pytest.param(
"Qiqi", "sword", 5, "cryo", STAT.healing_bonus_perc,
{
Expand Down

0 comments on commit ea291fb

Please sign in to comment.