-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enriching failure message from task_schedule_css_selector_generation …
…with info about elements that task should've processed
- Loading branch information
Showing
3 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
__all__ = [ | ||
"task_schedule_css_locator_generation", | ||
"CSS_SELECTOR_GEN_TASK_PREFIX", | ||
"task_schedule_css_selector_generation", | ||
"inject_css_selector_generator_scripts", | ||
] | ||
|
||
from .tasks import task_schedule_css_selector_generation | ||
from .tasks import task_schedule_css_selector_generation, CSS_SELECTOR_GEN_TASK_PREFIX | ||
from .utils import inject_css_selector_generator_scripts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters