You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
one of the most critical paths, example aren't under scrutiny from the testsuite
this is true for compas_viewer, but I'd argue for applying this where possible
in the fast paced world of compas for many examples are the gateway, hence covering these with pytest is a nice thing to do
(compas2) ➜ object git:(main) ✗ py robot.py
Traceback (most recent call last):
File "/Users/jelle/Code/CADCAM/compas_viewer/docs/examples/object/robot.py", line 3, in <module>
from compas_robots.viewer.scene.robotmodelobject import RobotModelObject
ModuleNotFoundError: No module named 'compas_robots.viewer'
The text was updated successfully, but these errors were encountered:
one of the most critical paths, example aren't under scrutiny from the testsuite
this is true for
compas_viewer
, but I'd argue for applying this where possiblein the fast paced world of
compas
for manyexamples
are the gateway, hence covering these with pytest is a nice thing to doThe text was updated successfully, but these errors were encountered: