Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add examples to test suite #124

Open
jf--- opened this issue Apr 24, 2024 · 1 comment
Open

add examples to test suite #124

jf--- opened this issue Apr 24, 2024 · 1 comment

Comments

@jf---
Copy link
Contributor

jf--- commented Apr 24, 2024

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'
@tomvanmele
Copy link
Member

you are right, but we are refactoring the entire repo, and updating and testing the examples will be part of that...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants