Skip to content

Stateful generative testing for Elixir implemented on top of StreamData

License

Notifications You must be signed in to change notification settings

hauleth/stream_state

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StreamState

CircleCI codecov Inch CI

Stateful testing implemented on top of StreamData

Installation

If available in Hex, the package can be installed by adding stream_state to your list of dependencies in mix.exs:

def deps do
  [
    {:stream_state, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/stream_state.

Thanks

  • @alfert for implementation in Counter. This library is extraction of code there with some cleanups and minor improvements.

License

See LICENSE.

About

Stateful generative testing for Elixir implemented on top of StreamData

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages