1.7 KiB
1.7 KiB
Changelog
master
- move
setuptask to.travis.ymlfor travis tests - "merge" travis.yml and travis_for_plugins.yml files (no need to keep em separate)
- add more useful helper functions
- remove tmux-test repo as a submodule from self, this causes issues with
$ git submodule update --recursive --initcommand that some users use for managing other plugins - add new helper
teardown_helper - add
run_testshelper - change CLI syntax for choosing vagrant machine to run the tests on
- enable running just a single test via
run_testscli interface - add
--keep-runningcli option to continue running vagrant after the tests are done executing - start using tmux 2.0 for tests
v0.2.0, 2015-02-22
setupscript gitignorestests/helpers.sh- move
tests/helpers.shtotests/helpers/helpers.sh setupundo removes added lines from gitignore file
v0.1.0, 2015-02-22
- changes so that 'tmux-test' can be included with tmux plugins
- do not gitignore submodules directory
- add installation and usage instructions
- copy
.travis.ymlto the project root when runningsetupscript - add a brief mention of travis CI to the readme
- add test helpers
setupscript symlinks helpers file totests/directorysetupscript can undo most of its actions- add a tmux scripting test
tmux-testusestmux-testto test itself- update
tmux-testsubmodule - a different
travis.ymlfortmux-testand for plugins
v0.0.1, 2015-02-21
- git init
- add vagrant provisioning scripts for ubuntu and debian
- add a ".travis.yml" file
- generic "run_tests" script
- "run_tests_in_isolation" script
- add "Vagrantfile"
- enable passing VM names as arguments to "run_tests" script