6 lines
74 B
Python
6 lines
74 B
Python
|
#!/usr/bin/env python
|
||
|
import py
|
||
|
|
||
|
def main():
|
||
|
py.test.cmdline.main()
|