5 unstable releases

0.3.1 Sep 5, 2021
0.3.0 Aug 3, 2021
0.2.1 Aug 1, 2020
0.2.0 May 20, 2020
0.1.0 May 7, 2020

#836 in Testing

Download history 12/week @ 2024-07-26 10/week @ 2024-08-02 3/week @ 2024-08-09 22/week @ 2024-08-16 8/week @ 2024-08-23 11/week @ 2024-08-30 1/week @ 2024-09-06 6/week @ 2024-09-13 16/week @ 2024-09-20 66/week @ 2024-09-27 10/week @ 2024-10-04 23/week @ 2024-10-11 8/week @ 2024-10-18 42/week @ 2024-11-01

74 downloads per month

MIT/Apache

54KB
1.5K SLoC

smoke

Smoke testing library for rust


lib.rs:

Smoke framework is a software testing library. The name is linked to the "smoke testing", although this library does more than just "smoke testing".

Smoke framework is composed of 3 sub frameworks:

  • Tests framework : Various testing strategy
  • Generators framework : generate arbitrary values following generation rules
  • Runtime : Execution of generation and tests

The tests and generator frameworks can be used independently

No runtime deps