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