taskwarrior/test/basetest
Adrian Sadłocha bb72ea6169
Remove encoding declaration in Python files (#3568)
As per
https://docs.python.org/3.11/reference/lexical_analysis.html#encoding-declarations,
the default encoding of Python files is UTF-8. In fact, it's been the
default encoding since Python 3.0 (released in 2008).
2024-07-26 23:36:23 -04:00
..
__init__.py Remove encoding declaration in Python files (#3568) 2024-07-26 23:36:23 -04:00
CMakeLists.txt Fix test script paths (#3387) 2024-04-28 15:38:14 -04:00
compat.py Remove encoding declaration in Python files (#3568) 2024-07-26 23:36:23 -04:00
exceptions.py Remove encoding declaration in Python files (#3568) 2024-07-26 23:36:23 -04:00
hooks.py Remove encoding declaration in Python files (#3568) 2024-07-26 23:36:23 -04:00
meta.py Remove encoding declaration in Python files (#3568) 2024-07-26 23:36:23 -04:00
README Sync against taskchampion-sync-server (#3118) 2023-07-08 10:27:33 -04:00
task.py Remove encoding declaration in Python files (#3568) 2024-07-26 23:36:23 -04:00
testing.py Remove encoding declaration in Python files (#3568) 2024-07-26 23:36:23 -04:00
utils.py Remove encoding declaration in Python files (#3568) 2024-07-26 23:36:23 -04:00

Shell environment variables that affect how and what tests are executed:

TASKW_SKIP -> Causes any test that needs Taskwarrior (task binary only) to be skipped (TestCase)

TASK_USE_PATH -> Causes tests to look for "task" in PATH instead of the default location