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

#651 in Testing

Download history 25/week @ 2024-01-05 18/week @ 2024-01-12 191/week @ 2024-01-19 160/week @ 2024-01-26 118/week @ 2024-02-02 69/week @ 2024-02-09 180/week @ 2024-02-16 38/week @ 2024-02-23 17/week @ 2024-03-01 14/week @ 2024-03-08 12/week @ 2024-03-15 24/week @ 2024-03-22 27/week @ 2024-03-29 28/week @ 2024-04-05 7/week @ 2024-04-12 5/week @ 2024-04-19

88 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