aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-07-07 09:12:54 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-07-07 09:12:54 +0100
commitd97bdc2ff3f11f23c3e5f38dea0db5f3197714cd (patch)
tree1b7ebaeb06e5609f1282c41dfa2c8a561db2e56e
parent901196a2bd406a8f66f273ead5d5eb3bc977c52a (diff)
parent831976b799e2a84e0d023bad62219c577c53674b (diff)
downloadpackages-d97bdc2ff3f11f23c3e5f38dea0db5f3197714cd.tar.gz
packages-d97bdc2ff3f11f23c3e5f38dea0db5f3197714cd.zip
Merge pull request #206 from jyapayne/master
Added einheit to the package.json.
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index fe7e956..7ff9feb 100644
--- a/packages.json
+++ b/packages.json
@@ -1821,5 +1821,14 @@
"description": "Algebraic data types and pattern matching",
"license": "Apache License 2.0",
"web": "https://github.com/andreaferretti/patty"
+ },
+ {
+ "name": "einheit",
+ "url": "https://github.com/jyapayne/einheit",
+ "method": "git",
+ "tags": ["unit", "tests", "unittest", "unit tests", "unit test macro"],
+ "description": "Pretty looking, full featured, Python-inspired unit test library.",
+ "license": "MIT",
+ "web": "https://github.com/jyapayne/einheit"
}
]