X-Git-Url: http://git.maemo.org/git/?p=ipypbx;a=blobdiff_plain;f=src%2Fipypbx%2Ftests%2Ftest_http.py;fp=src%2Fipypbx%2Ftests%2Ftest_http.py;h=180b124c0f307286caf78be706aa696c68adfed3;hp=47251c27210387bf7079a46b342190fe08cc041c;hb=bd5981b657ca38beb48faca23950ead346da102d;hpb=3503f95d312cab234ebfa21e25ced100aee6a7f7 diff --git a/src/ipypbx/tests/test_http.py b/src/ipypbx/tests/test_http.py index 47251c2..180b124 100644 --- a/src/ipypbx/tests/test_http.py +++ b/src/ipypbx/tests/test_http.py @@ -17,6 +17,7 @@ import unittest from ipypbx import http +from ipypbx.tests import support class TestHttpRequestParser(unittest.TestCase): @@ -124,3 +125,6 @@ class TestHttpRequestParser(unittest.TestCase): 'Only post requests work') +class TestFreeswitchConfigGenerator(support.InitDatabase, unittest.TestCase): + def test_foo(self): + print self.db