Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ First, clone this repository:

```bash
git clone https://github.com/sigstore/sigstore-python
cd sigstore
cd sigstore-python
```

Then, use one of the `Makefile` targets to run a task. The first time this is
Expand Down Expand Up @@ -91,10 +91,10 @@ including code coverage with [`coverage.py`](https://coverage.readthedocs.io/).
#### X.509 test cases

`sigstore` includes some checked-in X.509 test assets under
[`test/unit/assets/x509`](./test/unit/assets/x509/).
[`test/assets/x509`](./test/assets/x509/).

These assets are generated by the adjacent
[`build-testcases.py`](./test/unit/assets/x509/build-testcases.py) script,
[`build-testcases.py`](./test/assets/x509/build-testcases.py) script,
which can be updated to generate additional test cases.

To re-build the X.509 test cases, you can use `make`:
Expand Down
Loading