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
I've run into this problem with the examples before. I'll have a look at it. Any suggestions on how the examples could be run as part of the test suite?
We can either enumerate all the files in the directory and run them then check for return code == 0 or rewrite the examples to be importable (e.g. if __name__ == 'main': run_example()).
I think the first is probably less work so doing it that way would be easier.
It's too easy to break the examples and not know about it.
The text was updated successfully, but these errors were encountered: