Skip to content

Commit 6f917d3

Browse files
committed
Rename TestSuites.
1 parent 690e604 commit 6f917d3

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

tmuxp/testsuite/test_cli.py renamed to tmuxp/testsuite/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- coding: utf-8 -*-
22
"""Test for tmuxp command line interface.
33
4-
tmuxp.tests.test_cli
5-
~~~~~~~~~~~~~~~~~~~~
4+
tmuxp.tests.cli
5+
~~~~~~~~~~~~~~~
66
77
"""
88

tmuxp/testsuite/test_config.py renamed to tmuxp/testsuite/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- coding: utf-8 -*-
22
"""Test for tmuxp configuration import, inlining, expanding and export.
33
4-
tmuxp.tests.test_config
5-
~~~~~~~~~~~~~~~~~~~~~~~
4+
tmuxp.tests.config
5+
~~~~~~~~~~~~~~~~~~
66
77
"""
88

tmuxp/testsuite/test_config_teamocil.py renamed to tmuxp/testsuite/config_teamocil.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- coding: utf-8 -*-
22
"""Test for tmuxp teamocil configuration..
33
4-
tmuxp.tests.test_config_teamocil
5-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4+
tmuxp.tests.config_teamocil
5+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
77
"""
88

tmuxp/testsuite/test_config_tmuxinator.py renamed to tmuxp/testsuite/config_tmuxinator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- coding: utf-8 -*-
22
"""Test for tmuxp tmuxinator configuration.
33
4-
tmuxp.tests.test_config_tmuxinator
5-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4+
tmuxp.tests.config_tmuxinator
5+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
77
"""
88

tmuxp/testsuite/test_pane.py renamed to tmuxp/testsuite/pane.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- coding: utf-8 -*-
22
"""Test for tmuxp Pane object.
33
4-
tmuxp.tests.test_pane
5-
~~~~~~~~~~~~~~~~~~~~~
4+
tmuxp.tests.pane
5+
~~~~~~~~~~~~~~~~
66
77
"""
88

tmuxp/testsuite/test_server.py renamed to tmuxp/testsuite/server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- coding: utf-8 -*-
22
"""Test for tmuxp Server object.
33
4-
tmuxp.tests.test_server
5-
~~~~~~~~~~~~~~~~~~~~~~~
4+
tmuxp.tests.server
5+
~~~~~~~~~~~~~~~~~~
66
77
"""
88

tmuxp/testsuite/test_session.py renamed to tmuxp/testsuite/session.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- coding: utf-8 -*-
22
"""Test for tmuxp Session object.
33
4-
tmuxp.tests.test_session
5-
~~~~~~~~~~~~~~~~~~~~~~~~
4+
tmuxp.tests.session
5+
~~~~~~~~~~~~~~~~~~~
66
77
"""
88

tmuxp/testsuite/test_tmuxobject.py renamed to tmuxp/testsuite/tmuxobject.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- coding: utf-8 -*-
22
"""Test for tmuxp TmuxRelationalObject and TmuxMappingObject.
33
4-
tmuxp.tests.test_tmuxobject
5-
~~~~~~~~~~~~~~~~~~~~~~~~~~~
4+
tmuxp.tests.tmuxobject
5+
~~~~~~~~~~~~~~~~~~~~~~
66
77
"""
88

tmuxp/testsuite/test_window.py renamed to tmuxp/testsuite/window.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- coding: utf-8 -*-
22
"""Test for tmuxp Window object.
33
4-
tmuxp.tests.test_window
5-
~~~~~~~~~~~~~~~~~~~~~~~
4+
tmuxp.tests.window
5+
~~~~~~~~~~~~~~~~~~
66
77
"""
88

tmuxp/testsuite/test_workspacebuilder.py renamed to tmuxp/testsuite/workspacebuilder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- coding: utf-8 -*-
22
"""Test for tmuxp workspacebuilder.
33
4-
tmuxp.tests.test_workspacebuilder
5-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4+
tmuxp.tests.workspacebuilder
5+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
77
"""
88

0 commit comments

Comments
 (0)