-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
49 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
Release History | ||
--------------- | ||
|
||
0.1.3 (2015-05-13) | ||
++++++++++++++++++ | ||
|
||
**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 not correctly return non-zero exit codes when a test fails. | ||
|
||
0.1.2 (2015-05-13) | ||
++++++++++++++++++ | ||
|
||
**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 <https://pythonhosted.org/behave/behave.html#configuration-files>`__. | ||
- Removed BEHAVE\_FEATURES setting in favor of using behave's configuration file | ||
|
||
0.1.1 (2015-05-13) | ||
++++++++++++++++++ | ||
|
||
**Features and Improvements** | ||
|
||
- Behave management command now accepts behave command line arguments | ||
- BEHAVE\_FEATURES settings added for multiple feature directories | ||
|
||
**Bugfixes** | ||
|
||
- Removed test apps and projects from the release package | ||
|
||
0.1.0 (2015-05-13) | ||
++++++++++++++++++ | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
# Release 0.1.2 | ||
# Release 0.1.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters