Skip to content

Commit

Permalink
Add doctring for test
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdcs committed Oct 19, 2023
1 parent 07f72a0 commit f6e9852
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions colour/plotting/tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ class TestArtist(unittest.TestCase):
"""

def test_axes_args(self):
"""
Test `colour.plotting.common.artist` figure / axis association
"""
fig1 = plt.figure()
ax1 = fig1.gca()

Expand Down

0 comments on commit f6e9852

Please sign in to comment.