Skip to content

Commit

Permalink
added updates to changelog + feature parity and consistency between n…
Browse files Browse the repository at this point in the history
…ose and pytest

- Added changelog
- Tests now write out Group descriptions as their setups are performed.
- If an error occurs during Group setups or teardowns, an error status will be shown next to the Group's description. If the error occurs during a Group's teardown, the Group's decription will be written out again so that the error status can be shown next to it.
- Cleaned up code.
- Test status now shows up properly in pytest when running the tests in a
non-verbose mode.
  • Loading branch information
Chris NeJame committed Jun 21, 2017
1 parent 4a1f211 commit 94699d0
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 314 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,24 @@
## [Unreleased]
### Added
- This CHANGELOG.
- Tests now write out Group descriptions as setups and teardowns for those
Groups are ran in both pytest and nose (or any other testing framework that
runs tests from ``unittest.TestCase`` classes in the standard fashion).
- Errors in Group setups and teardowns will be shown next to the Group's
description as they are written out during test runtime. If an error occurs
during a Group teardown, the Group's description will be written out again so
the error status can be shown next to it.

### Changed
- Cleaned up code by putting certain, common operations into functions and/or
properties.

### Fixed
- Logging level going to error instead of debug.
- Group setup errors not being raised.
- Test status now shows up properly in pytest when running the tests in a
non-verbose mode. This includes errors that occur during a Group setup or
teardown.

## [1.0.0] - 2017-06-14
### Added
Expand Down

0 comments on commit 94699d0

Please sign in to comment.