Commit 6dff29fe authored by Ivan Tyagov's avatar Ivan Tyagov

Add a very basic Data Analyses use case.

parent 89656749
......@@ -263,3 +263,11 @@ class Test(ERP5TypeTestCase):
# test as sequence
bucket = bucket_stream.getBucketKeyItemSequenceByKey(start_key=10, count=1)[0]
self.assertEqual(100000, bucket[1].value)
def test_05_DataAnalyses(self):
"""
Test data analyses' default configuration.
By default we have no Data Analyses configured thus test is minimal.
"""
self.portal.Alarm_handleAnalysis()
self.tic()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment