summaryrefslogtreecommitdiff
path: root/test-suite
AgeCommit message (Expand)AuthorFilesLines
2024-01-16refactor: add new engine to execute a CI runLars Wirzenius1-27/+15
2024-01-15improve error handlingLars Wirzenius1-2/+8
2024-01-10feat: allow setting max duration of a CI runLars Wirzenius1-0/+15
2024-01-10tests: no stdin for adapterLars Wirzenius1-2/+25
2024-01-10tests: malformed trigger request messageLars Wirzenius1-0/+16
2024-01-10tests: commit is missingLars Wirzenius1-0/+16
2024-01-10tests: make test for missing repo more preciseLars Wirzenius1-1/+2
2024-01-10refactor: pass in trigger to _run_ciLars Wirzenius1-4/+8
2024-01-10refactor: use _create_ciLars Wirzenius1-1/+1
2024-01-10refactor: use _get_repo_infoLars Wirzenius1-6/+2
2024-01-10refactor: use _create_valid_native_yamlLars Wirzenius1-8/+2
2024-01-10refactor: use _create_git_repoLars Wirzenius1-6/+2
2024-01-10refactor: rename _ci to _create_ciLars Wirzenius1-3/+3
2024-01-10refactor: add helper method to get repository rid and head commitLars Wirzenius1-5/+6
2024-01-10refactor: add helper method to create a valid native.yamlLars Wirzenius1-3/+5
2024-01-10refactor: add helper method to create a git repositoryLars Wirzenius1-2/+7
2024-01-10refactor: drop dead codeLars Wirzenius1-34/+0
2024-01-10tests: config file missingLars Wirzenius1-0/+21
2024-01-10tests: verify error message mentions shell and stringLars Wirzenius1-2/+2
2024-01-10tests: check "shell" is mentioned in stderrLars Wirzenius1-2/+1
2024-01-10tests: check env var is mentioned in stderrLars Wirzenius1-1/+1
2024-01-10refactor: return stderr from NativeCI.runLars Wirzenius1-11/+10
2024-01-10refactor(test-suite): make primitives that are easier to adaptLars Wirzenius1-26/+69
2024-01-10test case: no RADICLE_NATIVE_CI set in environmentLars Wirzenius1-4/+26
2024-01-10tests: add test suite implemented as a Python programLars Wirzenius1-0/+339