commit | 573381229f7ec8457bfd98a37139a0abd277556d | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Feb 15 18:11:13 2023 +0000 |
committer | GitHub <noreply@github.com> | Wed Feb 15 18:11:13 2023 +0000 |
tree | c6e08727b3b6b0e45868ded8422aaf34930b79da | |
parent | c600ffa76826516ec8c51bf50d2dd224745353dc [diff] |
Bump werkzeug from 0.12.2 to 2.2.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.12.2 to 2.2.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/0.12.2...2.2.3) --- updated-dependencies: - dependency-name: werkzeug 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 both Python 2 and Python 3, it also checks code style.