Example #1
0
 def test_copying_artist(self):
     artist = Artist()
     self.compare(artist, artist.copy())
Example #2
0
 def test_copying_artist(self):
     artist = Artist()
     self.compare(artist, artist.copy())