summaryrefslogtreecommitdiffstats
path: root/tests/features/environment.py
AgeCommit message (Expand)Author
2020-04-05upgrade prompt-toolit to 3.0 (#1149)赖信涛
2020-03-14removed py2-related stuffGeorgy Frolov
2019-10-29run black againMartin Matějek
2019-05-25black all the things. (#1049)Irina Truong
2019-05-21pep8.Irina Truong
2019-05-15Add a behave test with spaces in password.Amjith Ramanujam
2019-01-22VISUAL overrides the value of EDITOR for the \e commandMarcin Cieślak
2018-10-02Fix for pgcli --list. (#952)Irina Truong
2018-09-28Cherry-picked prompt-toolkit 2.0 changes. (#930)Irina Truong
2018-09-22Revert abs imports in tests.Irina Truong
2018-09-22pep8Irina Truong
2018-09-22Attempt to fix failing tests. Add some debug info. Make imports py3-compatible.Irina Truong
2017-10-24Increase timeout for quitting pgcliDick Marinus
2017-10-13Use ctrl + c instead of ctrl + u to clean up command line after tests.Irina Truong
2017-10-06Merge remote-tracking branch 'upstream/master' into feature_use_temp_config_f...Dmitry B
2017-10-06restore XDG_CONFIG_HOME after testsDmitry B
2017-10-06comments for 'Use termporary config in tests'Dmitry B
2017-10-06Send Ctrl + U after each scenario.Irina Truong
2017-09-20use temp dir as config location in testsDmitry B
2017-07-25Behave tests should also accept pgport.Irina Truong
2017-05-22Merge remote-tracking branch 'upstream/master' into feature/tox_behaveDick Marinus
2017-05-22Add behave to toxDick Marinus
2017-05-02Behave remove boiler plate codeDick Marinus
2017-04-28behave quit pgcli nicelyDick Marinus
2017-04-25behave pager wrapperDick Marinus
2017-03-31switch from nano to exDick Marinus
2017-03-31Fix coverage tests, fix PGPASSWORDDick Marinus
2017-03-31Added coverage support for functional tests.Irina Truong
2017-03-31Fixed failing test.Irina Truong
2016-05-15Remove dead code and fix a broken test (all found by Codacy)koljonen
2015-10-05Fix for behave tests failing with pexpect 4.0.Iryna Cherniavska
2015-08-24Added read_from_file back into iospecial (it was removed but is still being u...Iryna Cherniavska
2015-08-05Fixes for test database being in use problem.Iryna Cherniavska
2015-07-31More fiddling with python version string.Iryna Cherniavska
2015-07-31Added python version suffix to test db name, so each version creates its own ...Iryna Cherniavska
2015-07-27Added tests for db create/drop, connect/disconnect. Fix for connecting with n...Iryna Cherniavska
2015-07-12Moved behavioral tests into tests. Updated expected help output. Drop test db...Iryna Cherniavska