commit | 53e22d924c324a3e3944e2d1fca5d3eb285ab9b5 | [log] [tgz] |
---|---|---|
author | adonovan <adonovan@google.com> | Tue Jul 28 08:54:43 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jul 28 08:56:07 2020 -0700 |
tree | 889ce20d69f1ccdb9b2a61a2f173d14afe773cba | |
parent | 201f8819a5e1e7055d6e0e8726e914d0ee8dab59 [diff] |
java.starlark.net tests: port Python test harness to Java The test now runs in 2.5 seconds instead of 20s. (The previous time was essentially all remote build + JVM overhead.) Failed assertions (e.g. assert_eq) report errors out of band, not by causing Starlark execution to fail, so so multiple failures can be reported in a single run, and failed assertions cannot be suppressed by a '###' expectation. PiperOrigin-RevId: 323581105
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md