summaryrefslogtreecommitdiffstats
path: root/tests/test_prompt_utils.py
AgeCommit message (Collapse)Author
2022-10-13Changed destructive_warning to take a list of destructive commands (#1328)Rodrigo Neri (Rigo)
* Changed destructive_warning to take a list of destructive commands and added the dsn_alias as part of the destructive command warning * Updated parse_destructive_warning to handle None * Reverted auto formatted change to AUTHORS * Reverted auto formatted change to AUTHORS
2021-02-12Finer control over destructive warning. (#1242)Irina Truong
* Finer control over destructive warning. * Review feedback. * Changelog. * Run integration tests with --warn=moderate. * Fix typo. * Black.
2020-03-14removed py2-related stuffGeorgy Frolov
2019-05-25black all the things. (#1049)Irina Truong
* added black to develop guide * no need for pep8radius. * changelog. * Add pre-commit checkbox. * Add pre-commit to dev reqs. * Add pyproject.toml for black. * Pre-commit config. * Add black to travis and dev reqs. * Install and run black in travis. * Remove black from dev reqs. * Lower black target version. * Re-format with black.
2018-09-22Attempt to fix failing tests. Add some debug info. Make imports py3-compatible.Irina Truong
2018-05-17ported the desctructive warning from mycliDan Clark