Testing ======= .. _start-all-servers-1: Start All Servers ----------------- .. code-block:: bash python main.py --all Using the Test Client --------------------- .. code-block:: bash python test_client.py Test a specific server: .. code-block:: bash # Test the Superconducting server python test_client.py --port 7000 # Test the Ion Trap server python test_client.py --port 7001 # Test all servers python test_client.py --all