# HG changeset patch # User Thomas De Schampheleire # Date 2018-11-20 20:13:54 # Node ID 88807c7284b74d2bb1dc59d8cebbb701bbd67c34 # Parent 1da20efed85f1963d678ff1c2d123f7dd1f7854d tests: rename test_changeset_comments to test_changeset_pullrequests_comments As the scope of this file now is both changeset and pullrequest commenting, the filename should change as well. diff --git a/kallithea/tests/functional/test_changeset_comments.py b/kallithea/tests/functional/test_changeset_pullrequests_comments.py rename from kallithea/tests/functional/test_changeset_comments.py rename to kallithea/tests/functional/test_changeset_pullrequests_comments.py