summaryrefslogtreecommitdiffstats
path: root/meta/lib/patchtest/tests/test_mbox_format.py
blob: c9e046583569d96ccbade4b8cefb076b5d003130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Checks correct parsing of mboxes
#
# Copyright (C) 2016 Intel Corporation
#
# SPDX-License-Identifier: GPL-2.0

import base

class MboxFormat(base.Base):

    def test_mbox_format(self):
        if self.unidiff_parse_error:
            self.fail('Series cannot be parsed correctly due to malformed diff lines. Create the series again using git-format-patch and ensure it can be applied using git am',
                      data=[('Diff line',self.unidiff_parse_error)])