snap_test_finalization.py 453 B

12345678910111213141516
  1. # -*- coding: utf-8 -*-
  2. # snapshottest: v1 - https://goo.gl/zC4yUc
  3. from __future__ import unicode_literals
  4. from snapshottest import Snapshot
  5. snapshots = Snapshot()
  6. snapshots[
  7. "test_finalization_sets_translation_strings_in_quotes 1"
  8. ] = '<div class="quote-heading">Quoted message:</div>'
  9. snapshots[
  10. "test_finalization_sets_translation_strings_in_spoilers_buttons 1"
  11. ] = '<button class="spoiler-reveal" type="button">Reveal spoiler</button>'