add test_transfer_zero_bytes

This commit is contained in:
Ryo Nakamura
2022-11-01 00:34:40 +09:00
parent d62fc2cddd
commit b8ee960732
2 changed files with 18 additions and 0 deletions

11
test/README.md Normal file
View File

@@ -0,0 +1,11 @@
This test assumes that the user executing the test can ssh to the
localhost without password.
- Run pytest through ctest.
```console
cd build
cmake ..
make test # or make test ARGS='-V'
```