| commit | dd7ed91d5eb6a6f56acddedbacdd0706b147b14d | [log] [tgz] |
|---|---|---|
| author | Richard Levasseur <rlevasseur@google.com> | Tue Apr 21 09:25:28 2020 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Tue Apr 21 09:25:50 2020 -0700 |
| tree | dac57a832d9d836f9ae56dc92cafe404fae3f99f | |
| parent | b57012d02ca2b15346c64c535f02f331f2a63bd9 [diff] |
Change test name output to copy/paste friendly test id string. The output format of a failed test doesn't match the format required for the command line, which makes it harder/annoying to copy paste failures onto the command line to then re-run the failure. This changes the output from "test_foo (__main__.FooTest)" to "Footest.test_foo" PiperOrigin-RevId: 307619398 Change-Id: I39d51e9a1b5edf47557b08612888714947f7011f
This repository is a collection of Python library code for building Python applications. The code is collected from Google's own Python code base, and has been extensively tested and used in production.
To install the package, simply run:
pip install absl-py
Or install from source:
python setup.py install
To run Abseil tests, you can clone the git repo and run bazel:
git clone https://github.com/abseil/abseil-py.git cd abseil-py bazel test absl/...
Please refer to smoke_tests/sample_app.py as an example to get started.
See the Abseil Python Developer Guide.
The current repository includes an initial set of libraries for early adoption. More components and interoperability with Abseil C++ Common Libraries will come in future releases.
The Abseil Python library is licensed under the terms of the Apache license. See LICENSE for more information.