Describe the installation and test process
We use test.sh to consolidate test cases in one file so the README would not be outdated easier rather than the hard-coded test commands in a code block.wip-fakessh-exit-status
parent
df61f6ab4d
commit
4e4c9894cf
@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
timeout 05.0 python tests/call_function_test.py
|
||||
timeout 05.0 python tests/channel_test.py
|
||||
timeout 05.0 python tests/first_stage_test.py
|
||||
timeout 05.0 python tests/id_allocation_test.py
|
||||
timeout 05.0 python tests/importer_test.py
|
||||
timeout 05.0 python tests/local_test.py
|
||||
timeout 05.0 python tests/master_test.py
|
||||
timeout 05.0 python tests/module_finder_test.py
|
||||
timeout 05.0 python tests/nested_test.py
|
||||
timeout 05.0 python tests/responder_test.py
|
||||
timeout 05.0 python tests/utils_test.py
|
||||
timeout 20.0 python tests/select_test.py
|
||||
timeout 20.0 python tests/ssh_test.py
|
||||
timeout 30.0 python tests/fakessh_test.py
|
Loading…
Reference in New Issue