summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Abramowitz <marc@marc-abramowitz.com>2014-02-23 23:05:21 -0800
committerMarc Abramowitz <marc@marc-abramowitz.com>2014-02-23 23:06:02 -0800
commitbd8ffba9d6e90af9266d316ece3b2d08eaaa9321 (patch)
tree7a4f56fb859a681185ed1b8f2cda73623361d2f7
parentbb419ae882974f45bf24f310ec38cd0f3e1fbb3b (diff)
downloadpies-bd8ffba9d6e90af9266d316ece3b2d08eaaa9321.tar.gz
Add tests.py
-rw-r--r--tests.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests.py b/tests.py
new file mode 100644
index 0000000..5a52b64
--- /dev/null
+++ b/tests.py
@@ -0,0 +1,7 @@
+from __future__ import absolute_import, division, print_function, unicode_literals
+
+from pies.overrides import *
+
+
+def test_u():
+ assert u('Bj\xf6rk Gu\xf0mundsd\xf3ttir') == 'Bj\xf6rk Gu\xf0mundsd\xf3ttir'