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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user