Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
niklassiemer committed Jul 4, 2022
1 parent 6427c0a commit a8d5189
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/project/test_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ def test_get_iter_jobs(self):
self.assertIsInstance([val for val in self.project.iter_jobs(recursive=True, status="suspended",
convert_to_object=True)][0], ToyJob)

def test_maintenance_get_repository_status(self):
df = self.project.maintenance.get_repository_status()
self.assertIn('pyiron_base', df.Module)


class TestToolRegistration(TestWithProject):
def setUp(self) -> None:
Expand Down

0 comments on commit a8d5189

Please sign in to comment.