Skip to content

Commit c125002

Browse files
author
Ryan Arioli
committed
Merge branch 'DO-1335_open_source_go' of ssh://stash.int.quid.com:7999/tools/s3concurrent into DO-1335_open_source_go
2 parents b63aeba + 7da36e9 commit c125002

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,17 @@ Upload files from the folder '/tmp/benchmark' to a 'benchmark' folder on S3 with
8383
s3concurrent_upload <your_S3_Key> <your_S3_Secret> <your_S3_Bucket> --local_folder /tmp/benchmark --prefix benchmark --thread_count 10 --max_retry 3
8484
```
8585

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

Comments
 (0)