Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Audit some integration tests, make minor changes, and add plain…
…text test list (#2089) * Add script to summarize integration tests * Add error messages for missing docstrings * Use better separator * Add docstring to test * Add some docstrings and adjust formatting * Add some more docstrings * Add makefile and git workflow * Add else case * Use temporary files instead of substitution * Add missing fi * Adding a docstring without regenerating the test docs * Give testing-docs workflow write permission * Specify branch to push to * Just fail the test instead of pushing automatically * Regenerate testing docs * Rename workflow * Unify type imports * Add newline around fenced codeblock * Fix repeated 'or' * Regenerate testing doc * Expand docstring for TestAllocateTokens * Adjust testing docs workflow * Improved some test descriptions * Improved misbehavior.go test descriptions * Improved normal_operations.go test descriptions * Improved provider_gov_hooks.go test descriptions * Improved query_providerinfo_test.go test descriptions * Removed warnings from setup.go * Improved slashing.go test descriptions * Improved stop_consumer.go test descriptions * Improved throttle_retry.go test descriptions * Improved throttle.go test descriptions * Fixed spelling mistake * Improved valset_update.go test descriptions * Improved test documentation * Improved testing-docs.yml * Testing git workflow for testing-docs * Testing git workflow for testing-docs * Testing git workflow for testing-docs * Testing git workflow for testing-docs * Testing git workflow for testing-docs * Testing git workflow for testing-docs * Update testing documentation * Testing git workflow for testing-docs * Testing git workflow for testing-docs * Update testing documentation * Testing git workflow for testing-docs * Update testing documentation * Improved some test descriptions * Update testing documentation * Fix minor typos * Finished testing-docs.yml * Fix minor typos * Rename test from testing-docs.yml * Cleaned up TODOs and updated test descriptions * Added check in misbehaviour.go * Fixed integration tests * Removed additional comments from key_assignment.go * Removed outdated file descriptions * Update testing documentation * Update .github/workflows/testing-docs.yml Co-authored-by: Marius Poke <[email protected]> * Update tests/integration/README.md * Removed TestRelayAndApplyDoubleSignPacket test from slashing.go * Update testing documentation * Update .github/workflows/testing-docs.yml Co-authored-by: Marius Poke <[email protected]> * Update scripts/test_doc/test_documentation.md Co-authored-by: Marius Poke <[email protected]> * Update testing documentation * Integration test comments refactored * Update testing documentation * Update .github/workflows/testing-docs.yml Co-authored-by: Marius Poke <[email protected]> * Changed inconsistent make command name * Testing testing-docs script * Update testing documentation * Testing testing-docs script * Update testing documentation * Changed inconsistent make command in TESTING.md * Updated testing-docs.yml * Updated testing-docs.yml * Testing testing-docs.yml * Update testing documentation * Testing testing-docs.yml * Update testing documentation * Removed failiure signal from testing-docs.yml * Removed TestValidatorDoubleSigning from slashing.go * Added TODOs in slashing.go * Added panics and a TODO for unexpected errors in key_assignment.go. * Implement security check for file path in extract_docstrings.go * Removed security check for file path in extract_docstrings.go --------- Co-authored-by: kirdatatjana <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: kirdatatjana <[email protected]> Co-authored-by: Marius Poke <[email protected]>
- Loading branch information