Arreglos menores en capturer y refresher.

This commit is contained in:
pablomartincalvo 2018-10-19 17:22:09 +02:00
parent e379708c04
commit c3c16e7015
5 changed files with 224 additions and 152 deletions

View file

@ -6,9 +6,9 @@ from capturer.capturer import CapturingTask, Capturer
def test_CapturingTask():
parameters = {'uuid': 'f31af60a-1feb-4770-bee9-0085c678f08f',
'ad_url': 'https://www.idealista.com/inmueble/81593047',
'fk_uuid_exploring': 'e5f9c8d5-b6e9-47fc-b4de-6d78f40feccc',
parameters = {'uuid': 'testie test',
'ad_url': 'https://www.idealista.com/inmueble/81514847',
'fk_uuid_exploring': None,
'status': 'Pending'}
task = CapturingTask(parameters)
@ -22,6 +22,6 @@ def test_Capturer():
capturer.start()
# test_CapturingTask()
test_CapturingTask()
test_Capturer()
# test_Capturer()