Uh oh!
There was an error while loading. Please reload this page.
Generate dash component cli - #40
Conversation
500cf7c to
143f168Compare2539c73 to
f6baf63Comparef6baf63 to
c499b90Compareec5f111 to
9251d4dCompare2ecc86c to
7feefcfCompare| my_component.send_keys('Hello dash') | ||
| # Sleep for the output callback to complete. | ||
| time.sleep(1) |
There was a problem hiding this comment.
Does the expected conditions wait work here? This test might be flaky.
rmarren1
left a comment
There was a problem hiding this comment.
This looks good! Just wondering -- why is the cookie cutter generation only tested for python3.7?
Also, it looks like there is a lot of code repeated in the circleci config. Can there be a template for all steps excluding the last, a template for the 2.7 and 3.6 tests, then an extra step for the 3.7 build + test, then mix + match to 🐫
T4rk1n
commented
Nov 26, 2018
Can't override only parts of steps so they have to be repeated. The 3.7 step build the components externally to run |
rmarren1
commented
Nov 26, 2018
Oh ok, did not know YAML doesn't allow merging lists 😢. |
rmarren1
commented
Nov 29, 2018
💃 |
Change the
build:pycommand to use the combinedextract-meta.jsand class file generation.