Be explicit about why we use ‘io.BytesIO’ for the fake file.
[python-gajja.git] / test / __init__.py
blob4a0d426275785cdab54123ebfa984aa21b1bc864
1 # -*- coding: utf-8; -*-
3 # gajja/__init__.py
4 # Part of Gajja, a Python test double library.
6 # Copyright © 2015–2016 Ben Finney <ben+python@benfinney.id.au>
8 # This is free software: you may copy, modify, and/or distribute this work
9 # under the terms of the GNU General Public License as published by the
10 # Free Software Foundation; version 3 of that license or any later version.
11 # No warranty expressed or implied. See the file ‘LICENSE.GPL-3’ for details.
13 """ Python package for unit test suite. """
15 from __future__ import (absolute_import, unicode_literals)
18 # Local variables:
19 # coding: utf-8
20 # mode: python
21 # End:
22 # vim: fileencoding=utf-8 filetype=python :