Skip to content

Commit

Permalink
Removed unused YamlSerializerTestCase.fwd_ref_str.
Browse files Browse the repository at this point in the history
Unused since its introduction in febd5ae.
  • Loading branch information
felixxm committed May 3, 2019
1 parent 567b992 commit 9006189
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/serializers/test_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,22 +85,6 @@ def test_dumpdata_pyyaml_error_message(self):
@unittest.skipUnless(HAS_YAML, "No yaml library detected")
class YamlSerializerTestCase(SerializersTestBase, TestCase):
serializer_name = "yaml"
fwd_ref_str = """- fields:
headline: Forward references pose no problem
pub_date: 2006-06-16 15:00:00
categories: [1]
author: 1
pk: 1
model: serializers.article
- fields:
name: Reference
pk: 1
model: serializers.category
- fields:
name: Agnes
pk: 1
model: serializers.author"""

pkless_str = """- fields:
name: Reference
pk: null
Expand Down

0 comments on commit 9006189

Please sign in to comment.