Popularity
3.1
Stable
Activity
0.0
Stable
2
2
3
Monthly Downloads: 3
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
snap-testing alternatives and similar packages
Based on the "Snap" category.
Alternatively, view snap-testing alternatives based on common mentions on social networks and blogs.
-
snap
Top-level package for the official Snap Framework libraries, includes the snaplets API as well as infrastructure for sessions, auth, and templates. -
snap-extras
A collection of handler, splice and other primitive helpers that are commonly needed in web applications -
snaplet-mysql-simple
A haskell snaplet for using MariaDB and MySQL database with a Snap Framework application via mysql-simple
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
Do you think we are missing an alternative of snap-testing or a related project?
README
About
snap-testing
is a library to make it easy to write stateful tests
against web applications written with the Snap framework.
Examples
The easiest example to look at is the test suite in the test/
directory.
Tests
You can run the test suite with cabal test
.