We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b63aeba + 7da36e9 commit c125002Copy full SHA for c125002
README.md
@@ -83,3 +83,17 @@ Upload files from the folder '/tmp/benchmark' to a 'benchmark' folder on S3 with
83
s3concurrent_upload <your_S3_Key> <your_S3_Secret> <your_S3_Bucket> --local_folder /tmp/benchmark --prefix benchmark --thread_count 10 --max_retry 3
84
```
85
86
+# Running the tests
87
+
88
+To run s3concurrent tests, please use the following command from s3concurrent's root directory after downloading the repository.
89
90
+```
91
+python -m unittest discover s3concurrent/tests
92
93
94
+You should see all 14 tests passing in the end of the console outputs.
95
96
+ ----------------------------------------------------------------------
97
+ Ran 14 tests in 0.222s
98
99
+ OK
0 commit comments