taskwarrior/test/basetest
Dustin J. Mitchell 31105c2ba3
Sync against taskchampion-sync-server (#3118)
This removes use of gnutls and the TLS implementation, which is no
longer needed (task synchronization is handled via Taskchampion, which
uses `reqwest`, which handles TLS via other Rust dependencies). This
incidentally removes the following config options:
 * `debug.tls`
 * `taskd.ca`
 * `taskd.certificate`
 * `taskd.ciphers`
 * `taskd.credentials`
 * `taskd.key`
 * `taskd.server`
 * `taskd.trust`
2023-07-08 10:27:33 -04:00
..
__init__.py Sync against taskchampion-sync-server (#3118) 2023-07-08 10:27:33 -04:00
compat.py Tests: Create compat.py for Python 3 compatibility 2015-07-24 15:29:41 +01:00
exceptions.py Tests - Rework how taskw is launched from python 2015-02-16 01:59:32 +00:00
hooks.py Tests: Don't hardcode errno constants 2018-02-17 13:59:29 +01:00
meta.py Tests: generalize MetaTest approach 2015-07-22 16:11:15 +01:00
README Sync against taskchampion-sync-server (#3118) 2023-07-08 10:27:33 -04:00
task.py Sync against taskchampion-sync-server (#3118) 2023-07-08 10:27:33 -04:00
testing.py Sync against taskchampion-sync-server (#3118) 2023-07-08 10:27:33 -04:00
utils.py Sync against taskchampion-sync-server (#3118) 2023-07-08 10:27:33 -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