/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/test_source.py

  • Committer: Jelmer Vernooij
  • Date: 2017-06-10 01:43:31 UTC
  • mfrom: (6676 work)
  • mto: This revision was merged to the branch mainline in revision 6690.
  • Revision ID: jelmer@jelmer.uk-20170610014331-1xalwmij33imwidq
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
422
422
        """
423
423
        missing_absolute_import = []
424
424
        for fname, text in self.get_source_file_contents(
425
 
                extensions=('.py', )):
 
425
                extensions=('.py', '.pyx')):
426
426
            if "/tests/" in fname or "test_" in fname:
427
427
                # We don't really care about tests
428
428
                continue