Coverage for /opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/hypervehicle/components/constants.py: 100%

7 statements  

« prev     ^ index     » next       coverage.py v7.6.1, created at 2024-08-25 22:58 +0000

1FIN_COMPONENT = "fin" 

2WING_COMPONENT = "wing" 

3COMPOSITE_COMPONENT = "composite" 

4SWEPT_COMPONENT = "swept" 

5REVOLVED_COMPONENT = "revolved" 

6CUBE = "cube" 

7SPHERE = "sphere"