Skip to content

Commit 17b1ea5

Browse files
Copilotljwoods2
andcommitted
Remove docstrings from new fixtures and tests as requested
Co-authored-by: ljwoods2 <[email protected]>
1 parent 1b73144 commit 17b1ea5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

imdclient/tests/test_imdclient.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def server_client(self, universe, imdsinfo, port, request):
9393

9494
@pytest.fixture
9595
def server_client_incorrect_atoms(self, universe, imdsinfo, port):
96-
"""Server and client with mismatched atom counts for testing error handling"""
9796
server = InThreadIMDServer(universe.trajectory)
9897
server.set_imdsessioninfo(imdsinfo)
9998
server.handshake_sequence("localhost", port, first_frame=False)
@@ -185,7 +184,6 @@ def test_continue_after_disconnect(self, universe, imdsinfo, port, cont):
185184
)
186185

187186
def test_incorrect_atom_count(self, server_client_incorrect_atoms, universe):
188-
"""Test that incorrect number of atoms raises RuntimeError"""
189187
server, client = server_client_incorrect_atoms
190188

191189
server.send_frame(0)

0 commit comments

Comments
 (0)