swh-ipfs-test/README.md
Amélia Liao ef9be2bda0 add test
2022-02-02 15:57:43 -03:00

12 lines
305 B
Markdown

# swh-ipfs-test
Tests fetching some known-good data from IPFS, and fetching a SWHID.
Since we have no bridge, and IPFS doesn't understand SWHIDs (yet), we
currently test for this fetch to fail.
```
$ nix-build . -A driver
$ result/bin/nixos-test-driver
```
and call the Python function `test_script()`.