Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
tests: check env var is mentioned in stderr
Lars Wirzenius committed 2 years ago
commit 453c7415702107ab9d42abbf8549df06e718aa5f
parent f42eee1
1 file changed +1 -1
modified test-suite
@@ -112,7 +112,7 @@ class Suite:
        debug(f"responses: {resps}")
        assert exit != 0
        assert len(resps) == 0
-
        # FIXME: check stderr that env var RADICLE_NATIVE_CI is mentioned
+
        assert "RADICLE_NATIVE_CI" in stderr

    def test_command_fails(self):
        exit, resps, stderr = self._test_case("cmd-fails", "false")