diff options
| author | INADA Naoki <songofacandy@gmail.com> | 2012-06-19 13:55:14 +0900 |
|---|---|---|
| committer | INADA Naoki <songofacandy@gmail.com> | 2012-06-19 13:55:14 +0900 |
| commit | 0b38e86534130f625cbea2f9446e8e52ef5f5a06 (patch) | |
| tree | f2df0546370c82b735725a17b412e16c78ca302f /test3/test_except.py | |
| parent | 76f34667a02f461043a70d776ec05fc1f90bd9e9 (diff) | |
| download | msgpack-python-0b38e86534130f625cbea2f9446e8e52ef5f5a06.tar.gz | |
unify tests for py2 and py3
Diffstat (limited to 'test3/test_except.py')
| -rw-r--r-- | test3/test_except.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test3/test_except.py b/test3/test_except.py deleted file mode 100644 index 574728f..0000000 --- a/test3/test_except.py +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env python -# coding: utf-8 - -from nose.tools import * -from msgpack import packs, unpacks - -import datetime - -def test_raise_on_find_unsupported_value(): - assert_raises(TypeError, packs, datetime.datetime.now()) - -if __name__ == '__main__': - from nose import main - main() |
