- Added :code:`--simple` command line option to run tests using the regular :code:`TestCase` class instead of :code:`StaticLiveServerTestCase`
0.4.1
++++++++++++++++++
**Features and Improvements**
- Behave's short form arguments are now accepted (e.g. :code:`-i` for :code:`--include`) - Added :code:`--keepdb` short form argument, `-k` - Prefix conflicting command line options with :code:`--behave`
**Bugfixes**
- Fixed specifying paths didn't work
0.4.0
++++++++++++++++++
**Features and Improvements**
- Replace `optparse` with `argparse` - Support Django 1.8 + 1.9 + 1.10
0.3.0
++++++++++++++++++
**Features and Improvements**
- Added the :code:`--keepdb` flag to reuse the existing test database instead of recreating it for every test run. (Django >= 1.8 only) - Overhaul tests to use Tox and pytest for a better testing experience.
0.2.3
++++++++++++++++++
**Bugfixes**
- Fixed bug where some behave commands do not work
0.2.2
++++++++++++++++++
**Bugfixes**
- Fixed bug where positional arguments don't get sent to behave.