This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 95b2b7f lnt/server/reporting: Fix pep8 warnings new 931c773 Fix `lnt showtests`; Rework lnt.tests.__init__ new 6bfa3bc Use lnt.tests list to construct click runtest group new b9a2a2d lnttool: Import things lazily new b4fbb05 Remove flask dependency from testing.util new fb8f34f view-comparison test does not need an instance new 3658f4e v4db: Increase sqlite timeout waiting for a locked database
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lnt/lnttool/convert.py | 13 +- lnt/lnttool/create.py | 19 +- lnt/lnttool/import_data.py | 13 +- lnt/lnttool/import_report.py | 6 +- lnt/lnttool/main.py | 76 ++-- lnt/lnttool/updatedb.py | 7 +- lnt/lnttool/viewcomparison.py | 35 +- lnt/server/db/v4db.py | 10 +- lnt/server/reporting/runs.py | 7 +- lnt/server/ui/views.py | 7 +- lnt/testing/util/commands.py | 20 - lnt/tests/__init__.py | 34 +- lnt/tests/compile.py | 225 +++++----- lnt/tests/nt.py | 452 ++++++++++----------- lnt/tests/test_suite.py | 292 +++++++------ tests/lnttool/showtests.shtest | 5 + .../{view-comparison.py => view-comparison.shtest} | 5 - 17 files changed, 595 insertions(+), 631 deletions(-) create mode 100644 tests/lnttool/showtests.shtest rename tests/lnttool/{view-comparison.py => view-comparison.shtest} (55%)