improve ls command in handjoob
This commit is contained in:
parent
86f5444cab
commit
b4c93587b4
10 changed files with 54 additions and 71 deletions
|
|
@ -31,7 +31,7 @@ class AdeccoTest(BackendTest):
|
|||
self.assertTrue(advert.url, 'URL for announce "%s" not found: %s' % (advert.id, advert.url))
|
||||
|
||||
def test_adecco_advanced_search(self):
|
||||
l = list(self.backend.iter_resources([], []))
|
||||
l = list(self.backend.advanced_search_job())
|
||||
assert len(l)
|
||||
advert = self.backend.get_job_advert(l[0].id, None)
|
||||
self.assertTrue(advert.url, 'URL for announce "%s" not found: %s' % (advert.id, advert.url))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue