[
https://issues.apache.org/jira/browse/CASSANDRA-17293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482252#comment-17482252
]
Brad Schoening commented on CASSANDRA-17293:
--------------------------------------------
Please do. It looks pretty straightforward...
* change assert_raises -> self.assertRaises
* since @notest isn't supported, change the name of testrun_cqlsh()
* update connect to conn = Cluster((TEST_HOST,), TEST_PORT,
cql_version=cql_version, load_balancing_policy=RoundRobinPolicy())
*
add
from cassandra.metadata import maybe_escape_name as quote_name
> Update python test framework from nose to nose2
> -----------------------------------------------
>
> Key: CASSANDRA-17293
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17293
> Project: Cassandra
> Issue Type: Task
> Reporter: Brad Schoening
> Priority: Normal
>
> I had trouble trying to install and run the python nose test from pip
> (nosetest not found).
> According to the homepage of nose at https://nose.readthedocs.io/en/latest/
> h1. _Note to Users_
> _Nose has been in maintenance mode for the past several years and will likely
> cease without a new person/team to take over maintainership. New projects
> should consider using [Nose2|https://github.com/nose-devs/nose2],
> [py.test|http://pytest.org/], or just plain unittest/unittest2._
>
> Upgrading to nose2 is likely the least effort. __
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]