summaryrefslogtreecommitdiff
path: root/tests/myprofile.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/myprofile.py')
-rw-r--r--tests/myprofile.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/myprofile.py b/tests/myprofile.py
new file mode 100644
index 0000000..af18a64
--- /dev/null
+++ b/tests/myprofile.py
@@ -0,0 +1,5 @@
+import cProfile
+import unittest
+import test_roundtrip
+
+cProfile.run('unittest.main(test_roundtrip)')