Conversation
| @@ -0,0 +1,206 @@ | |||
| """ Tests for the configure-generators choice generators. """ | |||
There was a problem hiding this comment.
This is just pulled out of test_interactive_generators.py because pylint complained it got too big.
yhong123
left a comment
There was a problem hiding this comment.
It runs well on my machine.
There was a problem hiding this comment.
Hi @tim-band , I noticed that running poetry run python -m unittest on this PR on my machine results in 2 failures and 1 error:
tests.test_dump.EndToEndParquetTestCase.test_end_to_end_parquet- Error:
FileNotFoundError: [Errno 2] No such file or directory: 'orm_auto.yaml'
- Error:
tests.test_dump.CurrentDirEndToEndParquetTestCase.test_end_to_end_parquet- Failure:
AssertionError: 0 != 1
- Failure:
tests.test_functional.MsSqlFunctionalTestCase.test_workflow_maximal_args- Failure:
KeyError: 'empty_vocabulary'
- Failure:
I have checked that these failures do not occur on the main branch.
Thanks for testing this. I cannot reproduce it; perhaps we can look at these failures on your machine. I have made a small change to help test_end_to_end_parquet fail in a more descriptive manner, but it won't make it pass. |
|
I pulled the latest changes, and there are three test failures now. I can show you the issue on my machine, just let me know when you're available. Also, I forgot to mention this in my previous message. When the tests start, I see the following error: I think we've seen a similar error before while working on the |
Fixes #121
Colours in
configure-generators; it makes a huge difference!We have three "themes"
darkfor dark screens (bright colours for text -- this is the default)lightfor light screens (dark colours for text)noneno colouring, just like we have now.