Пример #1
0
    def test_body_with_album_false(self, track, tweet_song_config):
        tweet_song_config.body_config.with_album = False
        body_template = BodyTemplate(track, tweet_song_config.body_config)

        assert body_template.album() == ''
Пример #2
0
    def test_body_with_album_true(self, track, tweet_song_config):
        tweet_song_config.body_config.with_album = True
        body_template = BodyTemplate(track, tweet_song_config.body_config)

        assert body_template.album() == 'Album: Pa morirse de amor\n'