linode / linode_api4-python

Official Python bindings for the Linode API
https://linode-api4.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
135 stars 75 forks source link

Linodes and OBJ Integration Tests Improvements #434

Closed zliang-akamai closed 2 months ago

zliang-akamai commented 2 months ago

📝 Description

To increase test code readability and reliability.

✔️ How to Test

pytest test/integration/models/linode/test_linode.py -k test_save_linode_force
pytest test/integration/models/linode/test_linode.py -k test_save_linode_noforce
pytest test/integration/models/object_storage/test_obj.py

Full integration tests suite run: https://github.com/linode/linode_api4-python/actions/runs/9869998519 (may contains other unfixed failures)