summaryrefslogtreecommitdiff
path: root/tests/agg.py
diff options
context:
space:
mode:
authorGravatar Artyom Shalkhakov <artyom.shalkhakov@gmail.com>2018-05-15 21:48:15 +0600
committerGravatar Artyom Shalkhakov <artyom.shalkhakov@gmail.com>2018-05-15 21:48:15 +0600
commit4c01511f5bf2229da7b146943444278d714ed7d6 (patch)
tree3f353e6bc0fe5c5b03ce3616c3199f15bcee26ad /tests/agg.py
parent1078553f5a8de2a5e85dbd49058370afeefa68c7 (diff)
More tests.
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())