u-boot/test/py/tests/test_fs
Tom Rini 3a2b6ba5cf test/py: Disable error E0611 in two cases for pylint
Recently pylint has started to complain about:
No name 'fs_helper' in module 'tests' (no-name-in-module)

Due to:
from tests import fs_helper

However, we have:
test/py/tests/fs_helper.py

And since we do not want to add a dummy test/py/tests/__init__.py to
silence this warning we instead just disable it as needed.

Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
2023-12-09 15:59:13 -05:00
..
test_squashfs efi_loader: Boot var automatic management 2023-11-18 10:08:08 +02:00
conftest.py test/py: Disable error E0611 in two cases for pylint 2023-12-09 15:59:13 -05:00
fstest_defs.py test: fs: Added tests for symlinks 2019-04-09 20:04:03 -04:00
fstest_helpers.py test.py: Disable fsck for FAT tests for now 2019-04-10 08:15:56 -04:00
test_basic.py test: fs: Add filesystem integrity checks 2019-04-09 15:34:15 -04:00
test_erofs.py efi_loader: Boot var automatic management 2023-11-18 10:08:08 +02:00
test_ext.py test: fs: Check fat short file name 2023-03-30 15:09:59 -04:00
test_fs_cmd.py test/py: test_fs: Correct the test case name 2022-05-26 10:27:14 -04:00
test_fs_fat.py test: fs: Add test to detect fat type 2023-11-28 20:10:25 -05:00
test_mkdir.py test: fs: Add filesystem integrity checks 2019-04-09 15:34:15 -04:00
test_symlink.py test: fs: Added tests for symlinks 2019-04-09 20:04:03 -04:00
test_unlink.py test: fs: Add filesystem integrity checks 2019-04-09 15:34:15 -04:00