Arreglos menores en capturer y refresher.
This commit is contained in:
parent
e379708c04
commit
c3c16e7015
5 changed files with 224 additions and 152 deletions
|
|
@ -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()
|
||||
Loading…
Add table
Add a link
Reference in a new issue