File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,6 @@ Lighthouse is a permanent decentralized file storage protocol that allows the ab
88pip install lighthouse.py
99```
1010
11- # Testing
12-
13- The tests are written with inheritance from the unittest module. To run the tests, run the following command:
14-
15- ```
16- pip install requirements.txt && python -m unittest discover
17- ```
18-
19- or using nose2
20-
21- ```
22- pip install requirements.txt && python -m nose2
23- ```
24-
2511# Usage
2612
2713### Instantiate the client
@@ -53,3 +39,17 @@ lh = Lighthouse("my-lightouse-token")
5339response = lh.deploy(" path/to/directory" )
5440print (response) # prints a dict containing the root cid of the directory
5541```
42+
43+ # Testing
44+
45+ The tests are written with inheritance from the unittest module. To run the tests, run the following command:
46+
47+ ```
48+ pip install requirements.txt && python -m unittest discover
49+ ```
50+
51+ or using nose2
52+
53+ ```
54+ pip install requirements.txt && python -m nose2
55+ ```
You can’t perform that action at this time.
0 commit comments