Zebra/zebrad
teor 56ef08e385 Rewrite acceptance test matching
- Add a custom semver match for `zebrad` versions
- Prefer "line contains string" matches, so tests ignore minor changes
- Escape regex meta-characters when a literal string match is intended
- Rename test functions so they are more precise
- Rewrite match internals to remove duplicate code and enable custom matches
- Document match functions
2021-06-10 22:46:33 -04:00
..
src Rate limit initial genesis block download retries, Credit: Equilibrium (#2255) 2021-06-09 23:39:51 +00:00
systemd add systemd service file 2020-10-14 15:33:00 -04:00
tests Rewrite acceptance test matching 2021-06-10 22:46:33 -04:00
Cargo.toml Rewrite acceptance test matching 2021-06-10 22:46:33 -04:00
README.md Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00
build.rs Add a "modified" flag to the panic report metadata 2021-05-20 09:00:56 +10:00

README.md

Zebrad

Zebrad is an application.

Getting Started

This application is authored using Abscissa, a Rust application framework.

For more information, see:

Documentation