mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 14:36:44 +02:00
![]() 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). |
||
---|---|---|
.. | ||
__init__.py | ||
CMakeLists.txt | ||
compat.py | ||
exceptions.py | ||
hooks.py | ||
meta.py | ||
README | ||
task.py | ||
testing.py | ||
utils.py |
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