You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -104,6 +111,18 @@ Or in the [rust](./rust/) directory, run:
104
111
cargo test -- --nocapture
105
112
```
106
113
114
+
## Python
115
+
116
+
```bash
117
+
make testpy
118
+
```
119
+
120
+
Or in the [python](./python/) directory, run:
121
+
122
+
```bash
123
+
pytest
124
+
```
125
+
107
126
## Generating testmark output for ipld.io
108
127
109
128
Each codec tested here has a corresponding file in the https://github.com/ipld/ipld repository which generates the https://ipld.io website containing the fixture data in [testmark](https://github.com/warpfork/go-testmark) format. The filename per codec is is `specs/codecs/<CODEC>/fixtures/cross-codec/index.md`.
0 commit comments