Crates.io | ftf |
lib.rs | ftf |
version | 0.4.0 |
source | src |
created_at | 2021-11-17 09:38:02.144066 |
updated_at | 2022-04-13 13:27:11.707186 |
description | Run functional tests from a variety of formats |
homepage | |
repository | https://github.com/cohenarthur/ftf |
max_upload_size | |
id | 483247 |
size | 50,321 |
Parallel Functional Testing framework, written in Rust
ft
provides an alternative to constantly rewriting the same functional test
framework for every project you start. It is written in pure Rust, and allows
parallel testing, as well as an important set of input/output formats.
Look at the syntax to get started with creating your own tests.
Then, simply run ft
on the files you created.
stdout
stderr
If you have rust
and its build system, cargo
, installed, simply run:
> cargo install --git https://github.com/cohenarthur/ft
To install rust
, first visit the getting started page
You can also download a release of ft
from the release page.
The binaries are compiled for x86_64 systems.