Skip to content

Commit

Permalink
Better test names
Browse files Browse the repository at this point in the history
  • Loading branch information
uellue authored and sk1p committed Sep 3, 2024
1 parent d5e13f2 commit 07533c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def test_dimensionality():
)


def test_json_1():
def test_json_dimension():
params = Simple4DSTEMParams(
overfocus=0.0015 * ureg.meter,
scan_pixel_pitch=0.000001 * ureg.meter,
Expand All @@ -102,7 +102,7 @@ def test_json_1():
Simple4DSTEMParams.model_validate(from_j)


def test_json_2():
def test_json_repr():
params = Simple4DSTEMParams(
overfocus=0.0015 * ureg.meter,
scan_pixel_pitch=0.000001 * ureg.meter,
Expand All @@ -122,7 +122,7 @@ def test_json_2():
Simple4DSTEMParams.model_validate(from_j)


def test_json_3():
def test_json_missing():
params = Simple4DSTEMParams(
overfocus=0.0015 * ureg.meter,
scan_pixel_pitch=0.000001 * ureg.meter,
Expand Down

0 comments on commit 07533c4

Please sign in to comment.