aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/agg.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/agg.py')
-rw-r--r--tests/agg.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/agg.py b/tests/agg.py
new file mode 100644
index 00000000..0b421d37
--- /dev/null
+++ b/tests/agg.py
@@ -0,0 +1,8 @@
+import unittest
+import base
+
+class Suite(base.Base):
+ def test_1(self):
+ """Test case 1"""
+ self.start('Agg/main')
+ self.assertEqual("0;1;2;\na, 50;", self.body_text())