workaround for missing 'assert_called_once' method

this method was introduced in Python 3.6, but calling it still
works (i.e. it doesn't cause the test to fail) on Python 3.3/3.4
This commit is contained in:
Mike Fährmann
2017-07-26 10:33:15 +02:00
parent 7aa9fa796a
commit 493bd235cf
3 changed files with 3 additions and 3 deletions

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "0.9.1"
__version__ = "1.0.0-dev"