Remove old vagrant test setup, and replace with a container image. Using
podman to build and run, and it works much faster than vagrant. I was
able to remove almost all scaffolding and putting it in Containerfile
instead. Result is a much tidier test setup.
Usage:
`podman build -t fuzzback-test .`
`podman run -it --name fuzzback-test fuzzback-test:lastest`
Add tmux-test as a submodule
Run tmux test setup script
Fix example test
Move scripts to scripts subfolder
WIP
Remove submodule
WIP
Change dist to xenial
Ignore log files
Remove sourcing bashrc
Use xenial as dist
Attempt to install fzf under vagrant user
Add fzf to path
WIP
Fix expect script
Comments
Move provisions to separate folder
Move fixtures to separate folder
Set TERM to prevent tmux errors
WIP
Enable checking pos properly
WIP
Ensure display-message works
Test fuzzback
Add checker to assert_pos
WIP: add more assertions
WIP: fix running multiple assertions
Change TERM to tmux-256color
Fix issue with fuzzback position
Move quit call to associated function
Assert scroll position
Dont export TERM
Include tmux-test in license
Update top level comment
Mention where its copied from
Update header comment
Fix issue with fuzz that caused return to not work
Make create_output take n argument
Fix top of pane tests
Rearrange copy-mode assertion
Caused issues with cursor_pos when it was before that assertion
Set mode-keys to vi
Add middle search tests
Update puts comments, reorder some assertions
Change tests failed message
Fix issue with checking mode
Simplify display_text
Remove unused functions
Fix header lengths
Cleanup, refactor
Rename _private functions, no distinction
Remove empty git modules file
Fix issue with window height passthrough