Skip to content

Commit

Permalink
debug windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed May 6, 2024
1 parent f37efb4 commit e3de06f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rebound/tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ def test_start_with_download(self):
with warnings.catch_warnings(record=True) as w:
warnings.simplefilter("always")
sim.start_server(port=1234)
for ww in w:
print(str(ww))
self.assertEqual(len(w),1)
self.assertNotEqual(sim._server_data,None)
self.assertEqual(sim._server_data.contents.ready,1)
Expand Down

0 comments on commit e3de06f

Please sign in to comment.