Skip to content

Commit

Permalink
Added extra unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
vhaasteren committed Nov 9, 2023
1 parent 8b75650 commit 4b94571
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/test_pulsar.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,15 @@ def test_droppsr(self):
with self.assertRaises(AttributeError):
_ = self.psr_nodrop.timfile

def test_drop_not_picklable(self):
self.psr_nodrop.drop_not_picklable()

with self.assertRaises(AttributeError):
_ = self.psr_nodrop.model

with self.assertRaises(AttributeError):
_ = self.psr_nodrop.pint_toas

def test_deflate_inflate(self):
pass

Expand Down

0 comments on commit 4b94571

Please sign in to comment.