summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* Check for too long haystackJohn Hawthorn2020-08-08
| | | | Fixes #145
* add test_show_info acceptance testOndrej Martinek2019-12-27
|
* fix acceptance testsOndrej Martinek2019-12-27
|
* Error on usage of VLAJohn Hawthorn2019-12-27
|
* Add ability to use null as input delimiter.Ashkan Kiani2019-08-16
| | | | | Update tty to print newline as space Add tty_putc
* Fix acceptance testsJohn Hawthorn2018-09-09
|
* Disable line wrap when printing candidatesJohn Hawthorn2018-09-09
| | | | | This solves the line wrapping issue with much simpler code, which also works better with Unicode characters and when the terminal is resized.
* Add acceptance tests for unicode charsJohn Hawthorn2018-09-09
|
* Reduce boilerplate in acceptance testJohn Hawthorn2018-09-09
|
* Add test for user input coming before choices readJohn Hawthorn2018-06-17
|
* Add acceptance test for moving text cursorJohn Hawthorn2017-10-07
|
* Add acceptance test for bracketed paste charactersJohn Hawthorn2017-08-13
|
* Fix warnings due to types in testJohn Hawthorn2017-04-26
|
* Use a tolerance for assertions on exact scoreJohn Hawthorn2017-04-16
| | | | | | This caused the test suite to fail on i386 (and possibly other archs), because the value was off my a minute amount due to floating point representation.
* Format values in errored testsJohn Hawthorn2017-04-16
|
* Use setup and teardown in choices suiteJohn Hawthorn2017-04-05
|
* Split up tests, improve namingJohn Hawthorn2017-04-04
|
* Move test suites into separate filesJohn Hawthorn2017-04-04
|
* Add property based testing using thiefJohn Hawthorn2017-04-03
|
* Add theftJohn Hawthorn2017-04-03
|
* Use ASSERT_EQ where applicableJohn Hawthorn2017-04-03
|
* Correct argument order for ASSERT_STR_EQJohn Hawthorn2017-04-03
|
* Switch test framework to greatestJohn Hawthorn2017-04-03
|
* Add acceptance test for non-interactive modeJohn Hawthorn2017-02-07
|
* Add acceptance test for initial queryJohn Hawthorn2017-02-07
|
* Add Acceptance test large inputs and worker countsJohn Hawthorn2017-02-07
|
* Add acceptance test for --show-scoresJohn Hawthorn2017-02-07
|
* Add acceptance test for --helpJohn Hawthorn2017-02-07
| | | | Also shorten help to fit 80 characters wide terminal.
* Add acceptance tests for --lines and --promptJohn Hawthorn2017-02-07
|
* Pass options to choices_initJohn Hawthorn2017-01-31
|
* Fix tests on OS XJohn Hawthorn2017-01-27
|
* Add test for large inputJohn Hawthorn2017-01-26
|
* Add tests for arrow keysJohn Hawthorn2017-01-13
|
* Rename acceptance testJohn Hawthorn2016-12-30
|
* Upgrade to ttytest 0.4.0John Hawthorn2016-12-30
|
* Upgrade to ttytest 0.3.0John Hawthorn2016-12-29
|
* Use correct path to fzy in integration testJohn Hawthorn2016-12-28
| | | | | Whoops. On my computer fzy is a symlink to the fzy built in the project directory, so I didn't notice this.
* Add integration test for ctrl-d and ctrl-dJohn Hawthorn2016-12-28
|
* Add integration test for query editingJohn Hawthorn2016-12-28
|
* Expand on integration testJohn Hawthorn2016-12-28
|
* Add ruby based integration testJohn Hawthorn2016-12-28
|
* Fix segfault when encountering utf-8 charactersJohn Hawthorn2016-08-03
|
* Add tests for exact scoresJohn Hawthorn2016-06-22
| | | | Preparing for some changes to the match method
* Move fzytest into test/ directoryJohn Hawthorn2016-05-21