Skip to content

Commit 54c538e

Browse files
committed
[xctest_checker] Remove installation script
This Python module is only ever used by the XCTest functional tests, it doesn't need a Python package installation script. I initially added this installation script because I mistakenly thought I needed it to run xctest_checker's tests. In fact they can be run like so: ``` $ python -m unittest discover -s Tests/Functional/xctest_checker ```
1 parent 5a564c5 commit 54c538e

File tree

2 files changed

+0
-48
lines changed

2 files changed

+0
-48
lines changed

Tests/Functional/xctest_checker/setup.py

Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
from __future__ import absolute_import
22
from .main import main
33

4-
__author__ = 'Brian Gesiak'
5-
__email__ = '[email protected]'
6-
__versioninfo__ = (0, 1, 0)
7-
__version__ = '.'.join(str(v) for v in __versioninfo__)
8-
94
__all__ = []

0 commit comments

Comments
 (0)