| commit | 163c3ddb991d17dcd3ee7e3488169e57909b8351 | [log] [tgz] |
|---|---|---|
| author | Louis Dionne <ldionne.2@gmail.com> | Fri Oct 10 07:38:06 2025 -0400 |
| committer | GitHub <noreply@github.com> | Fri Oct 10 07:38:06 2025 -0400 |
| tree | dc6b1b604d57eaa3b38fb2abab7a4a377465d14b | |
| parent | d7a12fbf95c15cb77cd88f91ebc97d2e4208ed16 [diff] |
[NFC] Simplify destructuring which is supported in recent Python versions (#83)
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.