File: test_batch.py

package info (click to toggle)
python-aiobotocore 2.25.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,524 kB
  • sloc: python: 15,437; makefile: 84
file content (3 lines) | stat: -rw-r--r-- 135 bytes parent folder | download
1
2
3
async def test_batch(batch_client):
    job_queues = await batch_client.describe_job_queues()
    assert job_queues['jobQueues'] == []