Commit Graph

18588 Commits (6f299f5228ca4714a993d72500e02f87f90e148a)
 

Author SHA1 Message Date
Lucas Bajolet 6f299f5228 packer_test: add convenience func for line count
2 years ago
Wilken Rivera 6bffafaec5 packer_test: Add tests for invalid plugin remove use cases
2 years ago
Wilken Rivera cde531107d packer_test: Add tests for valid plugin remove use cases
2 years ago
Lucas Bajolet a2431ce651 packer_test: fix typo in error message for cleanup
2 years ago
Lucas Bajolet 40a23400e9 packer_test: fix shasum file name for tests
2 years ago
Lucas Bajolet 60d46ec146 packer_test: set TMP envvar for commands
2 years ago
Lucas Bajolet d223d2117f packer_test: compile packer with .exe for Windows
2 years ago
Lucas Bajolet 76dbc54dc8 packer_test: test build/validate with ignore flag
2 years ago
Lucas Bajolet 02da4b28e0 packer_test: add test for plugin with meta in name
2 years ago
Lucas Bajolet a976197bbf packer_test: test non-canonical plugin loading
2 years ago
Lucas Bajolet f5ca6f0c4f packer_test: add func for "manual" plugin install
2 years ago
Lucas Bajolet 2bdf006638 packer_test: fix ExpectedName to not clean version
2 years ago
Lucas Bajolet c856674a3e packer_test: add init test on non-gh source URI
2 years ago
Lucas Bajolet 0f0c059631 packer_test: don't error on empty pipeline
2 years ago
Lucas Bajolet 706a59ecaf packer_test: add test for plugin remove with path
2 years ago
Lucas Bajolet 22711d176e packer_test: rename mini_plugin to plugin_tester
2 years ago
Lucas Bajolet 99248cdcc2 packer_test: remove testing.T arg on Assert
2 years ago
Lucas Bajolet a701c3a14b packer_test: migrate envvar test to pipe funcs
2 years ago
Lucas Bajolet 5ee3044402 packer_test: remove local alias to ts.T()
2 years ago
Lucas Bajolet 8724e5a422 packer_test: add functions for managing pipechecks
2 years ago
Lucas Bajolet 032114b3fc packer_test: add Tee pipe gadget
2 years ago
Lucas Bajolet 28bf784869 packer_test: add test for multiple plugin paths
2 years ago
Lucas Bajolet 2d293e6504 packer_test: fix int compare checker
2 years ago
Wilken Rivera 124a8d8d5d Move into a packer_test pkg for black-box testing
2 years ago
Lucas Bajolet 7fbef0f5a7 test: add more tests for Packer core
2 years ago
Lucas Bajolet 9c3f45f574 test: fix name for the Grep gadget
2 years ago
Lucas Bajolet 299a5af5c5 test: allow custom Packer executable for acctests
2 years ago
Lucas Bajolet 1e126da916 test: fix packerCommand to use the right binary
2 years ago
Lucas Bajolet 6f93eec99b test: add test for loading plugins with wd plugin
2 years ago
Lucas Bajolet 91eaf93375 test: add TempWorkdir function to test suite
2 years ago
Lucas Bajolet f00a49ddc9 test: add SetWD function to packerCommand
2 years ago
Lucas Bajolet c69ab08f9a test: add documentation on Checker interface
2 years ago
Lucas Bajolet 7aa9bac256 test: make must succeed/fail gadgets functions
2 years ago
Lucas Bajolet d15e32cacb test: rename empty/non-empty pipe testers
2 years ago
Lucas Bajolet 0c2cfe3745 test: reimplement Grep with a pipe
2 years ago
Lucas Bajolet 0a5bdb5b78 test: add NoVerbose function on PackerCommand
2 years ago
Lucas Bajolet b41c052c84 test: add LineCount/Compare pipe/tester
2 years ago
Lucas Bajolet b31b8d3067 test: add empty/non-empty input checkers
2 years ago
Lucas Bajolet bd79b37aa7 test: add PipeGrep to grep an input
2 years ago
Lucas Bajolet c3e4c5cde4 test: add pipe checker to test dir
2 years ago
Lucas Bajolet 4d6d3cc81e test: add generic gadget for testing
2 years ago
Lucas Bajolet 96892fbca0 test: add loading tests with legacy/valid plugins
2 years ago
Lucas Bajolet 1b643125c0 test: add WriteFile convenience function
2 years ago
Lucas Bajolet c1a0002a10 test: add ExpectedInstalledName function
2 years ago
Lucas Bajolet e7e8ad07d4 test: add inverse mode for Grep gadget
2 years ago
Lucas Bajolet 464dbd34dd test: add installation tests to acceptance tests
2 years ago
Lucas Bajolet a62dab8ae7 test: error on plugin loading if not compiled
2 years ago
Lucas Bajolet aa455014f5 test: compile plugins on call to MakePluginDir
2 years ago
Lucas Bajolet 848188d705 test: only build plugins if not already done
2 years ago
Lucas Bajolet 430f2d15cd test: make PanicCheck an implicit Assert gadget
2 years ago