Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Dec 26, 2023
1 parent 226f5ce commit 4964c6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ Note: Before testing, you should firstly start an [onebox](https://pegasus.apach
python3 sample.py
```

### Basic interfaces test:
### Basic interfaces test

```shell
cd tests
python3 -m unittest test_basics.TestBasics
```

### Integration test:
### Integration test

> Note: You should firstly set proper Pegasus shell path in test_integration.py.
> ```python
Expand All @@ -68,7 +68,7 @@ cd tests
python3 -m twisted.trial test_integration.py
```
## Benchmark test:
## Benchmark test

```shell
cd tests
Expand Down

0 comments on commit 4964c6d

Please sign in to comment.