mirusresearch / haraka-test-fixtures

Fixtures for testing Haraka and plugins

Home Page:https://www.npmjs.com/package/haraka-test-fixtures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Code Coverage Code Climate Windows Build status

NPM

haraka-test-fixtures

Fixtures for testing Haraka and plugins

Usage

var fixtures = require('haraka-test-fixtures');

Exports the following fixture types:

  • connection
  • line_socket
  • logger
  • plugin
  • results
  • stub
  • transaction
  • util_hmailitem

These fixtures are rough analogs of their like-named siblings in Haraka with varying levels of completeness. If there are functions necessary to enhance your ability to test, please do add them here.

About

Fixtures for testing Haraka and plugins

https://www.npmjs.com/package/haraka-test-fixtures

License:MIT License


Languages

Language:JavaScript 100.0%