Behave-django

Latest version: v1.4.0

Safety actively analyzes 625645 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.2.0

++++++++++++++++++

**Features and Improvements**

- Integration with :code:`behave` is now done via monkey patching.
Including the :code:`environment.before_scenario()` and
:code:`environment.after_scenario()` function calls in your
:code:`environment.py` file is no longer needed.
- A new CLI option, :code:`--use-existing-database`, has been added.
See the `Configuration docs`_.

**Bugfixes**

- Calling :code:`python manage.py behave --dry-run` does not create a
test database any longer.

.. _Configuration docs:
https://behave-django.readthedocs.io/en/latest/configuration.html

0.1.4

++++++++++++++++++

**Features and Improvements**

- :code:`context.get_url()`. URL helper attached to context with built-in
reverse resolution as a handy shortcut.

0.1.3

++++++++++++++++++

**Features and Improvements**

- Fixture loading. You can now load your fixtures by setting :code:`context.fixtures`.
- behave-django now supports all versions of Django

**Bugfixes**

- The behave command should now correctly return non-zero exit codes when a test fails.

0.1.2

++++++++++++++++++

**Features and Improvements**

- You can now have a :code:`.behaverc` in your project's root directory.
You can specify where your feature directories are in this file, among
other things. See the `behave docs on configuration files`_.
- Removed :code:`BEHAVE\_FEATURES` setting in favor of using behave's configuration file

.. _behave docs on configuration files:
https://behave.readthedocs.io/en/latest/behave.htmlconfiguration-files

0.1.1

++++++++++++++++++

**Features and Improvements**

- Behave management command now accepts behave command line arguments
- :code:`BEHAVE\_FEATURES` settings added for multiple feature directories

**Bugfixes**

- Removed test apps and projects from the release package

0.1.0

++++++++++++++++++

- Initial release

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.