File: __main__.py

package info (click to toggle)
python-tatsu-lts 5.13.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 896 kB
  • sloc: python: 10,216; makefile: 54
file content (8 lines) | stat: -rw-r--r-- 89 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
def main():
    import pytest

    pytest.main()


if __name__ == '__main__':
    main()