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

#577 in Testing

Download history 13/week @ 2024-03-13 4/week @ 2024-03-20 39/week @ 2024-03-27 19/week @ 2024-04-03 22/week @ 2024-04-10 7/week @ 2024-04-17 2/week @ 2024-04-24 9/week @ 2024-05-01 6/week @ 2024-05-22 2/week @ 2024-05-29 4/week @ 2024-06-12 102/week @ 2024-06-19 28/week @ 2024-06-26

134 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