Rename "cover" to "run-tests"

This commit is contained in:
Emil Mikulic 2016-01-23 20:05:02 +11:00
parent 26129431b9
commit f913e17125
7 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# This is run by the "cover" script. # This is run by the "run-tests" script.
import unittest import unittest
import socket import socket
import signal import signal

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# This is run by the "cover" script. # This is run by the "run-tests" script.
import unittest import unittest
from test import TestHelper, Conn, parse from test import TestHelper, Conn, parse

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# This is run by the "cover" script. # This is run by the "run-tests" script.
import unittest import unittest
from test import TestHelper, Conn, parse from test import TestHelper, Conn, parse

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# This is run by the "cover" script. # This is run by the "run-tests" script.
import unittest import unittest
import os import os
from test import WWWROOT, TestHelper, Conn, parse from test import WWWROOT, TestHelper, Conn, parse

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# This is run by the "cover" script. # This is run by the "run-tests" script.
import unittest import unittest
from test import TestHelper, Conn, parse from test import TestHelper, Conn, parse

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# This is run by the "cover" script. # This is run by the "run-tests" script.
import unittest import unittest
from test import TestHelper, Conn, parse from test import TestHelper, Conn, parse