flask-funktional

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>`_


License
MIT
Install
pip install flask-funktional==0.0.1

Documentation

flask-funktional

flask extension to make functional testing easier.


**build-status:**

master travis-ci build-status: master
develop travis-ci build-status: develop

links:


-----

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

-----

example usage

  • [todo]