commit | 666f9b48552546c57024a17916ce4da230453f22 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Dec 23 20:03:36 2024 +0000 |
committer | GitHub <noreply@github.com> | Mon Dec 23 20:03:36 2024 +0000 |
tree | af453ea8c9398621f2dad00ed76bd4bec2d66a2d | |
parent | 30f4c1eecfc5fe7335e21b3444a99e592f9957c0 [diff] |
Bump jinja2 from 2.11.3 to 3.1.5 Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.1.5. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.11.3...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This directory and its subdirectories contain the LLVM nightly test infrastructure. This is technically version “4.0” of the LLVM nightly test architecture.
The infrastructure has the following layout:
$ROOT/lnt - Top-level Python ‘lnt’ module
$ROOT/lnt/server/db - Database schema, utilities, and examples of the LNT plist format.
$ROOT/docs - Sphinx documentation for LNT.
$ROOT/tests - Tests for the infrastructure.
For more information, see the web documentation, or docs/.
Testing is done by running tox from the top-level directory. It runs the tests for Python 3 and checks code style.