hastic-zzz / hastic-server

Hastic data management server for analyzing patterns and anomalies from Grafana
GNU General Public License v3.0
330 stars 23 forks source link

rm try in some test + typos fix + whitespaces fix #769

Closed jonyrock closed 4 years ago

jonyrock commented 5 years ago

This PR changes constructions in tests like


def test():
    try:
        # ...
    catch():
        self.fail()

There is no need for this.

Also small typos and whitespaces fixes

jonyrock commented 5 years ago

@amper43 I hope you can help me there with CI