aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-08-27 19:25:02 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-08-27 19:32:19 +0300
commit097084f6382e796e7bdf4c908c790581b73930b3 (patch)
treea1794ad0ca45e988f1e29bebed549515637fc371 /tests
parentscan: move `--stabletime` arg to StableRequestCheck (diff)
downloadpkgcheck-097084f6382e796e7bdf4c908c790581b73930b3.tar.gz
pkgcheck-097084f6382e796e7bdf4c908c790581b73930b3.tar.bz2
pkgcheck-097084f6382e796e7bdf4c908c790581b73930b3.zip
ReservedNameCheck: update rules for usage of reserved
Using reserved variable names, and not only defining, is prohibited. Also add new exceptions to the list of reserved names. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/scripts/test_pkgcheck_scan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/test_pkgcheck_scan.py b/tests/scripts/test_pkgcheck_scan.py
index 6c833c94..ddec4b0d 100644
--- a/tests/scripts/test_pkgcheck_scan.py
+++ b/tests/scripts/test_pkgcheck_scan.py
@@ -527,7 +527,7 @@ class TestPkgcheckScan:
@pytest.mark.parametrize('repo', repos)
def test_scan_repo_verbose(self, repo, tmp_path):
- """Scan a target repo in verbose mode, saving results for verfication."""
+ """Scan a target repo in verbose mode, saving results for verification."""
return self.test_scan_repo(repo, tmp_path, verbosity=1)
def _get_results(self, path):