mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Update sort stack challenge unit test
This commit is contained in:
parent
2b92f51a4e
commit
031f3233a9
|
@ -153,7 +153,12 @@
|
|||
"def main():\n",
|
||||
" test = TestSortStack()\n",
|
||||
" test.test_sort_stack(MyStack())\n",
|
||||
" test.test_sort_stack(MyStackSimplified())\n",
|
||||
" try:\n",
|
||||
" test.test_sort_stack(MyStackSimplified())\n",
|
||||
" except NameError:\n",
|
||||
" # Alternate solutions are only defined\n",
|
||||
" # in the solutions file\n",
|
||||
" pass\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"if __name__ == '__main__':\n",
|
||||
|
|
Loading…
Reference in New Issue
Block a user