You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Roman Donchenko 0a032b3236
Migrate to using pathlib in most of the SDK (#5435)
For user-facing functions, keep accepting `str` paths to maintain
compatibility and flexibility, but add support for arbitrary path-like
objects. For internal functions (in `downloading.py` and
`uploading.py`), don't bother and require `pathlib.Path`.

The only code that isn't converted is build-time code (e.g. `setup.py`)
and code that came from openapi-generator.
3 years ago
..
__init__.py Add 2nd layer of SDK (#19) 4 years ago
conftest.py Add 2nd layer of SDK (#19) 4 years ago
fixtures.py Fix SDK tests: login once per class (#5123) 3 years ago
test_client.py Fix SDK tests: login once per class (#5123) 3 years ago
test_issues_comments.py Migrate to using pathlib in most of the SDK (#5435) 3 years ago
test_jobs.py Migrate to using pathlib in most of the SDK (#5435) 3 years ago
test_tasks.py Migrate to using pathlib in most of the SDK (#5435) 3 years ago
test_users.py Fix SDK tests: login once per class (#5123) 3 years ago
util.py Migrate tests/python to from os.path to pathlib (#5426) 3 years ago