Exemplo n.º 1
0
    def test_body_with_tracks_false(self, track, tweet_song_config):
        tweet_song_config.body_config.with_tracks = False
        body_template = BodyTemplate(track, tweet_song_config.body_config)

        assert body_template.tracks() == ''
Exemplo n.º 2
0
    def test_body_with_tracks_true(self, track, tweet_song_config):
        tweet_song_config.body_config.with_tracks = True
        body_template = BodyTemplate(track, tweet_song_config.body_config)

        assert body_template.tracks() == 'Tracks: 19\n'