Skip to content

Commit

Permalink
chore: unskip older test
Browse files Browse the repository at this point in the history
  • Loading branch information
BobBorges committed May 2, 2024
1 parent 35a6089 commit 440f6ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/party-affiliation.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def write_err_df(self, name_str, lol, cols, outdir):
df.to_csv(f"{outdir}/{now}_{name_str}.csv", index=False)


@unittest.skip
#@unittest.skip
def test_independent_mp(self):
config = fetch_config("independent-mp")
test_file = pd.read_csv("test/data/independent-mp.csv", sep=';')
Expand Down Expand Up @@ -67,6 +67,7 @@ def test_independent_mp(self):
#self.assertEqual(len(extra_ind), 0)


#@unittest.skip
def test_party(self):
config = fetch_config("party-affiliation")
test_file = pd.read_csv("test/data/known-party-affiliation.csv", sep=';')
Expand Down

0 comments on commit 440f6ad

Please sign in to comment.