Remove shebangs from test files
They should be executed with a runner like nose, not directly. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
26962d94ca
commit
43fb06e00f
33 changed files with 0 additions and 175 deletions
|
|
@ -1,8 +1,5 @@
|
|||
#!/usr/bin/env python2
|
||||
# -*- coding: utf-8 -*-
|
||||
import json
|
||||
import mock
|
||||
import unittest
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
@ -247,7 +244,3 @@ class TestWriteExtraFiles(helpers.PungiTestCase):
|
|||
files.append('missing_file')
|
||||
|
||||
self.assertRaises(RuntimeError, metadata.write_extra_files, tree_dir, files, 'sha256', mock_logger)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue