GithubHelp home page GithubHelp logo

isabella232 / mailtest-flask Goto Github PK

View Code? Open in Web Editor NEW

This project forked from consensysmesh/mailtest-flask

0.0 0.0 0.0 18 KB

A tool to unit test code that sends email.

License: GNU Lesser General Public License v2.1

Python 100.00%

mailtest-flask's Introduction

MailTest

MailTest is a Python unittesting library that for code that sends email. It starts a local SMTP server inside a Python with block, and captures all the email sent to it. These emails can then be read within the block.

Example:

with mailtest.Server() as mt:
    send_welcome_email()
    assert len(mt.emails) == 1

Configuration

Configuration is done via kwargs to mailtest.Server(). Options:

  • smtp_port (default: 1025)
  • sendgrid_port (default: None)

Testing

$ python2 test.py 
..
----------------------------------------------------------------------
Ran 2 tests in 0.269s

OK
$ python3 test.py 
..
----------------------------------------------------------------------
Ran 2 tests in 0.543s

OK

I am a fork!

Major kudos to the original author, keredson.

https://github.com/keredson/mailtest

The biggest logical difference between the two versions is moving from bottle to flask.

mailtest-flask's People

Contributors

ajrgrubbs avatar keredson avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.