Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Oct 24, 2024
1 parent 4cb73fe commit da16512
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/api_ssoft_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,18 @@ def compare_schema() -> None:
assert keys1 == keys2, [keys1, keys2]


def check_sshg1g2() -> None:
"""
Examples
--------
>>> check_sshg1g2()
"""
pdf = ssoftsearch(flavor="SSHG1G2")

assert "period" in pdf.columns
assert "a_b" in pdf.columns


if __name__ == "__main__":
""" Execute the test suite """
import sys
Expand Down

0 comments on commit da16512

Please sign in to comment.