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

Remove doxygen and references to it #29

Merged
merged 1 commit into from May 16, 2018

Conversation

michaelsembwever
Copy link
Member

@ptnapoleon as requested and discussed https://wilderness.apache.org/channels/?f=cassandra-dev/2018-05-14#1526273434

I left most of the docstrings section, just renaming it to "Documentatin" as I think these comments still have purpose in the code (they just don't need to be doxygen generated to another place).

@@ -82,7 +62,6 @@ In some cases, we organize our test files by putting them in directories. If you

- When possible, you should use the assert functions from [`tools/assertions.py`](https://github.com/apache/cassandra-dtest/blob/master/tools/assertions.py).
- When none of these are applicable, use python's built in [unittest assertions](https://docs.python.org/2/library/unittest.html#assert-methods).
- Naked assert statements should never be used, e.g. `assert True`
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also took this out, as it's clearly not adhered to in the codebase.

@ptnapoleon
Copy link
Contributor

+1! And yes, that naked assert line probably should have been caught with the move to pytest. Nice catch.

@asfgit asfgit merged commit 0fd9a55 into apache:master May 16, 2018
@michaelsembwever
Copy link
Member Author

Merged. But I forgot to standardise the commit message, my bad.

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