-
Notifications
You must be signed in to change notification settings - Fork 71
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
Testing #148
Testing #148
Conversation
tests/test/test_centrality.py
Outdated
"file_path": "", | ||
} | ||
url = os.path.join( | ||
self.base_url, "degree_centrality/in_degree/", test_name + ".json" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are the baselines external to the test? How do people add new baselines?
tests/test/util.py
Outdated
username=user_name, | ||
password=password, | ||
graphname=graph_name, | ||
tgCloud=True, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tgCloud is a deprecated parameter, and is unnecessary.
tests/test/util.py
Outdated
graphname=graph_name, | ||
tgCloud=True, | ||
) | ||
conn.getToken() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Potentially parameterize if a user needs to get a token or not? Would be handy for us if we run the test suite against a Zulip machine (which has no token auth enabled by default)
Initialize public testing