Skip to content

Commit

Permalink
fix tests & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
areski committed Dec 30, 2015
1 parent 8e07dfe commit 0f3fc07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ History
-------


0.15.0 - current
---------------------

* new settings show_controls & xAxis_rotateLabel
* add setting to add callback


0.14.0 - (2015-12-09)
---------------------

Expand Down
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def test_discreteBarChart(self):
chart.buildhtml()

# We don't modify the xAxis, so make sure that it's not invoked.
assert("chart.xAxis" not in chart.htmlcontent)
assert("chart.xAxis" in chart.htmlcontent)

def test_pieChart(self):
"""Test Pie Chart"""
Expand Down

0 comments on commit 0f3fc07

Please sign in to comment.