Skip to content

Commit

Permalink
add a stupid test and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
obestwalter committed Dec 28, 2018
1 parent 5d697d4 commit a250dd6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 0.9.1 (Never too late to make stupid mistakes) - 2018-12-28
## Fixed crash when executing command due to forgotten explicit self

## 0.9.0 (A new beginning) - 2018-12-19
## Added

Expand Down
6 changes: 6 additions & 0 deletions tests/test_message.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from i3configger.message import Messenger


def test_shadow(tmp_path):
messenger = Messenger(tmp_path / "dontcare", [], message=["shadow", "k", "v"])
messenger.digest_message()

0 comments on commit a250dd6

Please sign in to comment.