Skip to content

Commit

Permalink
Update test_LiPDSeries.py
Browse files Browse the repository at this point in the history
  • Loading branch information
khider committed Jul 29, 2024
1 parent f0022a2 commit bce5fa5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pylipd/tests/test_LiPDSeries.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ def test_proxy_t0(self, pages2k):
D=pages2k
S = D.to_lipd_series()
names = S.get_all_proxy()

def test_variable_t0(self,pages2k):
D=pages2k
S = D.to_lipd_series()
l = S.get_variable_properties()

class TestFiler():

Expand Down

0 comments on commit bce5fa5

Please sign in to comment.