Skip to content

Commit 9718782

Browse files
authored
Updated Readme with Test Information
1 parent 7896134 commit 9718782

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ Table of contents -
2525
* [File Management](#file-management)
2626
* [Utility Functions](#utility-functions)
2727
* [Handling errors](#handling-errors)
28-
* [Sample](#sample)
28+
* [Development](#development)
29+
* [Tests](#tests)
30+
* [Sample](#sample)
2931
* [Support](#support)
3032
* [Links](#links)
3133

@@ -1231,16 +1233,28 @@ except UnknownException, e:
12311233
# Something else happened, which can be unrelated to ImageKit; the reason will be indicated in the message field
12321234
```
12331235

1234-
## Sample
1236+
## Development
12351237

1236-
### Get & Install local ImageKit Python SDK
1238+
### Tests
1239+
1240+
Tests are powered by [Tox](https://tox.wiki/en/latest/).
1241+
1242+
```bash
1243+
$ git clone https://github.com/imagekit-developer/imagekit-python && cd imagekit-python
1244+
$ pip install tox
1245+
$ tox
1246+
```
1247+
1248+
### Sample
1249+
1250+
#### Get & Install local ImageKit Python SDK
12371251

12381252
```bash
12391253
$ git clone https://github.com/imagekit-developer/imagekit-python && cd imagekit-python
12401254
$ pip install -e .
12411255
```
12421256

1243-
### Get samples
1257+
#### Get samples
12441258

12451259
To integrate ImageKit Samples in the Python, the code samples covered here are hosted on Github - https://github.com/imagekit-samples/quickstart/tree/master/python.
12461260

0 commit comments

Comments
 (0)