Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Commit 0e7efae

Browse files
Add styx-testhelpers README
1 parent 9f6f2f4 commit 0e7efae

2 files changed

Lines changed: 54 additions & 0 deletions

File tree

crates/styx-testhelpers/README.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# styx-testhelpers
2+
3+
[![crates.io](https://img.shields.io/crates/v/styx-testhelpers.svg)](https://crates.io/crates/styx-testhelpers)
4+
[![documentation](https://docs.rs/styx-testhelpers/badge.svg)](https://docs.rs/styx-testhelpers)
5+
[![MIT/Apache-2.0 licensed](https://img.shields.io/crates/l/styx-testhelpers.svg)](./LICENSE)
6+
7+
Various shared helpers for styx tests.
8+
9+
## Sponsors
10+
11+
Thanks to all individual sponsors:
12+
13+
<p> <a href="https://github.com/sponsors/fasterthanlime">
14+
<picture>
15+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/bearcove/styx/raw/main/static/sponsors-v3/github-dark.svg">
16+
<img src="https://github.com/bearcove/styx/raw/main/static/sponsors-v3/github-light.svg" height="40" alt="GitHub Sponsors">
17+
</picture>
18+
</a> <a href="https://patreon.com/fasterthanlime">
19+
<picture>
20+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/bearcove/styx/raw/main/static/sponsors-v3/patreon-dark.svg">
21+
<img src="https://github.com/bearcove/styx/raw/main/static/sponsors-v3/patreon-light.svg" height="40" alt="Patreon">
22+
</picture>
23+
</a> </p>
24+
25+
...along with corporate sponsors:
26+
27+
<p> <a href="https://aws.amazon.com">
28+
<picture>
29+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/bearcove/styx/raw/main/static/sponsors-v3/aws-dark.svg">
30+
<img src="https://github.com/bearcove/styx/raw/main/static/sponsors-v3/aws-light.svg" height="40" alt="AWS">
31+
</picture>
32+
</a> <a href="https://zed.dev">
33+
<picture>
34+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/bearcove/styx/raw/main/static/sponsors-v3/zed-dark.svg">
35+
<img src="https://github.com/bearcove/styx/raw/main/static/sponsors-v3/zed-light.svg" height="40" alt="Zed">
36+
</picture>
37+
</a> <a href="https://depot.dev?utm_source=facet">
38+
<picture>
39+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/bearcove/styx/raw/main/static/sponsors-v3/depot-dark.svg">
40+
<img src="https://github.com/bearcove/styx/raw/main/static/sponsors-v3/depot-light.svg" height="40" alt="Depot">
41+
</picture>
42+
</a> </p>
43+
44+
...without whom this work could not exist.
45+
46+
## License
47+
48+
Licensed under either of:
49+
50+
- Apache License, Version 2.0 ([LICENSE-APACHE](https://github.com/bearcove/styx/blob/main/LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
51+
- MIT license ([LICENSE-MIT](https://github.com/bearcove/styx/blob/main/LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
52+
53+
at your option.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Various shared helpers for styx tests.

0 commit comments

Comments
 (0)