beets/beets/test
Šarūnas Nejus 5f78d1b82b
Remove some lint exclusions and fix the issues
* Replace `noqa` comments in `assert...` method definitions with
  a configuration option to ignore these names.
* Use the `__all__` variable to specify importable items from the
  module, replacing `*` imports and `noqa` comments for unused imports.
* Address issues with poorly named variables and methods by renaming
  them appropriately.
2024-09-21 11:59:19 +01:00
..
__init__.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
_common.py Remove some lint exclusions and fix the issues 2024-09-21 11:59:19 +01:00
helper.py Handle missing reflink dependency in tests 2024-09-04 19:06:55 +01:00