Beispiel #1
0
    def test_album_hashtags_with_album_hashtag_false(self, track,
                                                     tweet_config):
        tweet_config.footer_config.with_album_hashtag = False
        footer_template = FooterTemplate(track, tweet_config.footer_config)

        assert footer_template.album_hashtags() == ''
Beispiel #2
0
    def test_album_hashtags_with_album_hashtag_true(self, track, tweet_config):
        tweet_config.footer_config.with_album_hashtag = True
        footer_template = FooterTemplate(track, tweet_config.footer_config)

        assert footer_template.album_hashtags() == '#PaMorirseDeAmor '