b39f383007
Adding simple unit tests to tsconfig. - test the behaviour when build.info is not present - test the behaviour when platform.conf is not present - test the behaviour when both files are found This works in py27 and py35. Coverage for tsconfig is 100% Added requirements.txt and test-requirements.txt Added a setup.cfg file so that the wheel can be built in universal mode (python 2 and 3) Properly set some of the setup.cfg variables. These unit tests are wired into zuul. Story: 2004515 Task: 29783 Change-Id: Ifb4f5403592ccc9223659bb188055ffeccc113b5 Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
34 lines
311 B
Plaintext
34 lines
311 B
Plaintext
*.a
|
|
*.egg
|
|
*.egg-info
|
|
*.o
|
|
*.py[co]
|
|
*.pyc
|
|
*.so
|
|
*.sqlite
|
|
.*.swp
|
|
.coverage
|
|
.installed.cfg
|
|
.stestr
|
|
.testrepository
|
|
.tox
|
|
.venv
|
|
AUTHORS
|
|
ChangeLog
|
|
_build
|
|
build
|
|
cover
|
|
develop-eggs
|
|
dist
|
|
eggs
|
|
sdist
|
|
|
|
# Sphinx documentation
|
|
doc/build
|
|
|
|
# Release Notes documentation
|
|
releasenotes/build
|
|
|
|
# Api Ref documentation
|
|
api-ref/build/
|