Skip to content

Commit fc5ed1c

Browse files
committed
add tests
1 parent 485b629 commit fc5ed1c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,15 @@ pip3 install git+https://github.com/abramsymons/eigensdk-python
3131

3232
Documentation is available [here](https://eigensdk-python.readthedocs.io/en/latest) and in the docs directory.
3333

34-
## Test
34+
## Example
35+
3536
You can use [Incredible Squaring Python AVS](https://github.com/abramsymons/incredible-squaring-avs-python/) as an example application using this SDK.
37+
38+
## Test
39+
40+
Tests use the anvil chain snapshot of the [Incredible Squaring AVS](https://github.com/zellular-xyz/incredible-squaring-avs-python?tab=readme-ov-file#running). To run tests, use the following commands after running the anvil chain as described [here](https://github.com/zellular-xyz/incredible-squaring-avs-python?tab=readme-ov-file#running):
41+
42+
```
43+
$ cd tests
44+
$ python -m unittest run_tests.py
45+
```

0 commit comments

Comments
 (0)