You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactored debug.Debug._env_bool to prettier.env_bool
* added tests for prettier.env_bool
* added highlight module
* implement use_highlight function in Debug cls
* added tests for highlight module to test_main
* fixed imports
* added type hints to `env_true` and `env_bool`
* updated `test_env_bool` because of type hints
* change double quotes to single quotes in PR code
* added 'windows' to ci
* added xfail to test failing on win
* changed " to ' in test_expr_render
* refactored highlight.py into utils.py; refactored sys test for win into func; simplified utils._enable_vt_mode()
* changed " to ' in test_main
* added covdefaults pkg
* fixed lint
* fixed lint (2)
* refactored env_bool & env_true from prettier into utils; movedd tests to test_utils.py
* fixed lint
* fixed type hints in utils
* fixed Debug.__call__ rebase error
* added cov req = 0 to pytest cmd
* removed covdefaults; added nocover to win parts
* fixed make install
* fixed double quotes to single
Co-authored-by: Samuel Colvin <[email protected]>
* changed docstring format
Co-authored-by: Samuel Colvin <[email protected]>
* refactored _enable_vt_mode subfunction into activate_win_color function
Co-authored-by: Samuel Colvin <[email protected]>
0 commit comments