Skip to main content

flask-funktional ~~~~~~~~~~~~~~~~ flask extension which hopes to make functional testing easier. links ````` * `documentation <http://gregorynicholas.github.io/flask-funktional>`_ * `package <http://packages.python.org/flask-funktional>`_ * `source <http://github.com/gregorynicholas/flask-funktional>`_ * `development version <http://github.com/gregorynicholas/flask-funktional>`_

Project description

[flask](http://flask.pocoo.org) extension which hopes to make functional testing easier.

[![Build Status](https://secure.travis-ci.org/gregorynicholas/flask-funktional.png?branch=master)](https://travis-ci.org/gregorynicholas/flask-funktional)


### getting started

install with pip:

pip install flask-funktional


### features

  • completely seamless
    • nifty pre / post class setup code means you don’t have to make repetitive super() calls.

    • focus on signals + hooks to help avoid having to write shitty code in your subclasses.

  • enables and promotes the healthy use of url_for instead of hard coding url paths.
    • boom, less brittle code.

    • oddly, there’s a lot of things that go wrong out of the box with this, so funktional removes all of this shity setup code from your actual test code.

  • test file uploads in flask applications. right ouf of the box.
    • perfect for your [shitty] little csv uploader tools.

  • cross platform
    • works in any standard python flask application + platform, such as amazon or google app engine.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flask-funktional-0.0.1.tar.gz (5.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page