Skip to content

Commit

Permalink
cleaned up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuegler committed Jan 27, 2023
1 parent b8df1c3 commit 42e166d
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions testing/tests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
},
{
"cell_type": "code",
"execution_count": 123,
"execution_count": 8,
"metadata": {},
"outputs": [
{
Expand All @@ -286,7 +286,7 @@
"'ok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\n'"
]
},
"execution_count": 123,
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -311,9 +311,8 @@
"start\n",
"\"\"\")\n",
"\n",
"# send('numtriggers')\n",
"# assert send('numtriggers') == '8\\r\\n'\n",
"# print('Success')"
"assert send('numtriggers') == '8\\r\\n'\n",
"print('Success')"
]
},
{
Expand All @@ -325,7 +324,7 @@
},
{
"cell_type": "code",
"execution_count": 124,
"execution_count": 9,
"metadata": {},
"outputs": [
{
Expand All @@ -334,7 +333,7 @@
"'ok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\n'"
]
},
"execution_count": 124,
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -381,7 +380,7 @@
},
{
"cell_type": "code",
"execution_count": 319,
"execution_count": 10,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -421,7 +420,7 @@
},
{
"cell_type": "code",
"execution_count": 320,
"execution_count": 11,
"metadata": {},
"outputs": [
{
Expand All @@ -430,7 +429,7 @@
"'ok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\nok\\r\\n'"
]
},
"execution_count": 320,
"execution_count": 11,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -473,7 +472,7 @@
},
{
"cell_type": "code",
"execution_count": 324,
"execution_count": 12,
"metadata": {},
"outputs": [
{
Expand Down

0 comments on commit 42e166d

Please sign in to comment.