Commits
- modified README: 04920218485e5c134bb9a1acf58778c11a2220da
- Added python-gi packages: ea2eafb8879e33476c1b815838b7c4d3cf730fea
- update: b2c8e3fca27af41672c5d0ac75b70c04a3e33ecf
- added paths to conf.py: 504511d21c42f61832d4efb93ffc1bd5a6123327
- conf.py for sphinx docs: ba24d0604763471b58a0c23b5fead8ab5dcf5fee
- modified requirements.txt: fc7143c65ba82ac07cd9dfb571e2804162cde2ea
- modified requirements.txt: 941d36147cd7a05e24af10255b94ecac73d2ddc4
- modified requirements.txt: ecf56c9e9e7e7454961eb3bc4c6a78346fbad4ce
- added requirements.txt: 37f64cfd99598b2b454544c3e3896fb7fd080310
- modified travis and makefile: 4ba5d82a639403cf7a85b33d3cf4cb019ee32146
- added missing unittests for Audio: 3f3714bb89351e31641e84c7b3977ddbc1e990d2
- added missing unittests for Audio: 811502e58cee70e7e32132ac0c3ce5bef6770879
- Added PKG_CONFIG_PATH: 47cec77f3749f69ebc880da9f85ccebaf712e957
- Travis file back to normal: 9d43a0920f1924bd02b6fcc124b0a6e0854ea3e1
- playing around with travis.yml: 20bca943d519cc2044c54ea341f71b1b1152cb7f
- switch integration tests - initial switching done: 1913c6e9bc46cc7ebcde0e25593af80544b5534a
- switch integration tests - initial switching done: d74577dd121f426a7bc90c5a1d31a4afda713f68
- reference frame comparison for adjust_pip: 2a32fce193b503d4a8d822992b629b01d3f4a3f6
- adjust_pip integration test: e128b0051747f772b1ee5cceb2537f8fdd9668b0
Integration Tests
Some of the things mentioned in the edit section of my last post are some of the commits mentioned above. I was able to achieve moving around the PIP in the x and y direction successfully.
Travis CI
I made a few edits to the .travis.yml. The travis page is at https://travis-ci.org/hyades/gst-switch. Indeed travis-ci is the best thing ever :)
The PKG_CONFIG_PATH was set to point to the correct location.
Note: Even though the build is successfully, I currently have no tests to check if the build was indeed successful. So cannot say if the build was indeed successful. Only thing which is sure is that there process completed without any errors.
Coveralls
I configured python-coveralls to run py.test along with coverage on the code. I use my existing Makefile to conduct these tests. Unittests are currently conducted. I was able to get 100% coverage. The results can been seen on my repos' page https://github.com/hyades/gst-switch. The full coverage is at https://coveralls.io/r/hyades/gst-switch?branch=python-api. The unittests coverage is at 100%.
Comments Section
Feel free to comment on the post but keep it clean and on topic.
blog comments powered by Disqus