diff --git a/tests/test_actor.py b/tests/test_xrpc_actor.py similarity index 100% rename from tests/test_actor.py rename to tests/test_xrpc_actor.py diff --git a/tests/test_feed.py b/tests/test_xrpc_feed.py similarity index 100% rename from tests/test_feed.py rename to tests/test_xrpc_feed.py diff --git a/tests/test_graph.py b/tests/test_xrpc_graph.py similarity index 100% rename from tests/test_graph.py rename to tests/test_xrpc_graph.py diff --git a/actor.py b/xrpc_actor.py similarity index 100% rename from actor.py rename to xrpc_actor.py diff --git a/feed.py b/xrpc_feed.py similarity index 100% rename from feed.py rename to xrpc_feed.py diff --git a/graph.py b/xrpc_graph.py similarity index 100% rename from graph.py rename to xrpc_graph.py