Skip to content

rgleichman/smock

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

smock

smock is a silly mocking framework for Haskell functions. It is the result of experimentation and exploration. I do not recommend that you use it. Writing code with it is cumbersome, and if you need to mock a function in Haskell it is probably better to explicitly mock it by making the function a parameter. It is thus "silly" in the technical sense that I neither want nor need this. Nevertheless, I think this code is interesting since mocking is very popular for unit testing in other languages, and I have not found other Haskell packages that do mocking similarly.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published