Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-02 | scripted-diff: Use generate* from TestFramework | MarcoFalke | |
-BEGIN VERIFY SCRIPT- sed --regexp-extended -i \ 's/((self\.)?(nodes\[[^]]+\]|[a-z_]*(wallet|node)[0-9a-z_]*))\.(generate(|toaddress|block|todescriptor)(\(|, ))/self.\5\1, /g' \ $(git grep -l generate ./test | grep -v 'test_framework/' | grep -v 'feature_rbf') -END VERIFY SCRIPT- | |||
2021-02-01 | doc: Improve setup_clean_chain documentation | Fabian Jahr | |
2019-11-05 | TestShell: Return self from setup() | James Chiang | |
This allows user to chain setup() to the initializer. test-shell.md code examples have been updated to reflect this. | |||
2019-11-05 | Doc: Remove backticks in test-shell.md code block | James Chiang | |
2019-11-04 | Add documentation for test_shell submodule | JamesC | |