Lines Matching +full:publish +full:- +full:pypi
8 [Abseil Live at Head philosophy](https://abseil.io/about/philosophy#upgrade-support).
10 … as possible](https://github.com/abseil/abseil-cpp/blob/master/FAQ.md#what-is-live-at-head-and-how…
11 We do publish occasional semantic versions, tagged with
30 GitHub Actions were added for the convenience of open-source contributors. They
31 are exclusively maintained by the open-source community and not used by the
37 [Abseil](https://github.com/abseil/abseil-cpp).
66 * User-defined assertions: \
71 certain way, making it useful for testing error-handling code
72 * Fatal and non-fatal failures: \
74 non-fatal with Googletest, allowing tests to continue running even if a
76 * Value-parameterized tests: \
77 Googletest supports value-parameterized tests, which run multiple times with
80 * Type-parameterized tests: \
81 Googletest also supports type-parameterized tests, which run with different
92 [Foundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-suppor…
94 [this table](https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.…
112 [GTest Runner](https://github.com/nholthaus/gtest-runner) is a Qt5 based
113 automated test-runner and Graphical User Interface with powerful features for
116 [GoogleTest UI](https://github.com/ospector/gtest-gbar) is a test runner that
121 [GTest TAP Listener](https://github.com/kinow/gtest-tap-listener) is an event
126 [gtest-parallel](https://github.com/google/gtest-parallel) is a test runner that
127 runs tests from your binary in parallel to provide significant speed-up.
129 [GoogleTest Adapter](https://marketplace.visualstudio.com/items?itemName=DavidSchuldenfrei.gtest-ad…
133 [C++ TestMate](https://github.com/matepek/vscode-catch2-test-adapter) is a VS
137 [Cornichon](https://pypi.org/project/cornichon/) is a small Gherkin DSL parser