Skip to content

Commit

Permalink
atom selector unit test file cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiCheng45 committed Jan 15, 2024
1 parent af41e0d commit 9099836
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions MDANSE/Tests/UnitTests/test_atom_selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,14 +400,3 @@ def test_within_shell(self):

selection = selector.select(0, 0, 0.3)
self.assertEqual(len(selection), 16)


def suite():
loader = unittest.TestLoader()
s = unittest.TestSuite()
s.addTest(loader.loadTestsFromTestCase(TestAtomsSelector))
return s


if __name__ == "__main__":
unittest.main(verbosity=2)

0 comments on commit 9099836

Please sign in to comment.