vmware / open-vmdk

Apache License 2.0
113 stars 46 forks source link

pytests: Add conftest.py and other tests #73

Open prashant1221 opened 1 month ago

prashant1221 commented 1 month ago

conftest.py contain common fixtures to setup and teardown. We use them wherever feasible

Added Configurations and Hardware section tests in tests_all_configs. It tests the keys present under those section in our config file.

pytest/test_raw_image_option.py checks .img if provided instead of vmdk should still work. After that it matches values for the same in ovf and our yaml.