Commits on Source (8)
-
Dr Rich Wareham authored
The "|" operator for union typing was added in Python 3.10 so fall back to the explicit `typing.Union` pattern.
eca5b539 -
Dr Rich Wareham authored6d50214b
-
Dr Rich Wareham authored12ef6e6f
-
Dr Rich Wareham authored944e146f
-
Dr Rich Wareham authored
Add a simple test suite which exercises the basic functionality.
e5661690 -
Dr Rich Wareham authored
Add a basic test suite See merge request !13
26080a15 -
tools-bot authoredd1b127f7
-
Dr Rich Wareham authored
chore(release): 1.1.0 See merge request !14
This diff is collapsed.
tests/__init__.py
0 → 100644
tests/conftest.py
0 → 100644
tests/fixtures/__init__.py
0 → 100644
tests/fixtures/aws.py
0 → 100644
tests/fixtures/cli.py
0 → 100644
tests/fixtures/google.py
0 → 100644
tests/test_console.py
0 → 100644
tests/test_credential_helper.py
0 → 100644
tests/test_import.py
0 → 100644
tox.ini
0 → 100644