You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by cclauss <gi...@git.apache.org> on 2018/05/06 11:49:11 UTC

[GitHub] cassandra-dtest pull request #26: from plugins.assert_tools import assert_re...

GitHub user cclauss opened a pull request:

    https://github.com/apache/cassandra-dtest/pull/26

    from plugins.assert_tools import assert_regexp_matches

    flake8 testing of https://github.com/apache/cassandra-dtest on Python 3.6.3
    $ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
    ```
    ./auth_join_ring_false_test.py:188:13: F821 undefined name 'assert_regexp_matches'
                assert_regexp_matches(repr(cm._excinfo[1]), message)
                ^
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cclauss/cassandra-dtest patch-2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cassandra-dtest/pull/26.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #26
    
----
commit 28ffd39cf5006c87065ac5801e236904de8bc7c7
Author: cclauss <cc...@...>
Date:   2018-05-06T08:46:50Z

    from plugins.assert_tools import assert_regexp_matches
    
    flake8 testing of https://github.com/apache/cassandra-dtest on Python 3.6.3
    $ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
    ```
    ./auth_join_ring_false_test.py:188:13: F821 undefined name 'assert_regexp_matches'
                assert_regexp_matches(repr(cm._excinfo[1]), message)
                ^
    ```

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org