Ejemplo n.º 1
0
 def test_remove_recording(self):
     remove_recording("test")
Ejemplo n.º 2
0
    def _remove_recording_from_database(self, name):
        from home.models import remove_recording

        remove_recording(name)
Ejemplo n.º 3
0
 def test_remove_recording(self):
     remove_recording("test")
Ejemplo n.º 4
0
    def _remove_recording_from_database(self, name):
        from home.models import remove_recording

        remove_recording(name)