mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
Rename "cover" to "run-tests"
This commit is contained in:
parent
26129431b9
commit
f913e17125
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user