Commit Graph

12 Commits

Author SHA1 Message Date
Jelle van der Waa
5939b73640 Remove py from test-requirements.txt
`py` is in maintenance mode and nothing in this project depends on it.
2024-09-26 15:07:41 +02:00
Jason Montleon
10ced92775 Remove mock from test-requirements.txt
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
2024-09-22 16:46:45 -04:00
antonblr
18f3bd2408 Generate and upload code coverage 2022-02-10 19:18:01 -08:00
Nabarun Pal
064b80e0cd
Moves coverage report generation to pytest from nosetests
Adds pytest-cov to requirements
2019-10-16 15:24:10 +05:30
Oz Tiram
3b84216652 Mulitple docs fixes
*  Document how to build the doumentation with sphinx

    For convinience, I added a Makefile which spares one to memorize the
    long sphinx command, or type python setup.py build_sphinx

    You simply use `make html` and you will get the docs.

 * Render README with markdown properly

   conf.py includes some code to work around a  bug in
   common mark. The markdown is now properly converted to HTML.

 * Fix rendering of CONTRIBUTING.md
2019-07-31 18:13:57 +02:00
micw523
6ea777e647 change pep8 into pycodestyle since pep8 is depreciated 2018-10-27 02:29:59 -05:00
Davanum Srinivas
7fd6d559b8 Use py.test instead of nosetests for better problem reporting (#282)
nosetests output is not very useful for diagnosing issues when
running in travis. Let us switch to py.test
2017-07-06 18:27:30 -07:00
Davanum Srinivas
5c82309840 tox target to enforce pep8 2017-01-12 16:47:45 -05:00
Davanum Srinivas
010af62b76 Add functional test
Port a bunch of tests from python-k8sclient repository. There
is a script that starts a real instance of kubernetes and
the tests are executed against it.

Note, if you just have k8s accessible in your localhost:8080, the
tests still run. so you don't really need to run "py27-functional"
which runs the kube-init.sh

Also, 2 API calls fail currently, i've added a TODO so we can
dig into them and fix them
2017-01-12 06:26:16 -05:00
Davanum Srinivas
0ca9210d31 Initial cut at documentation 2017-01-11 16:13:30 -05:00
mbohlool
3ad3c5df94 Add watch test 2016-11-16 16:16:25 -08:00
mbohlool
69b1cb1a35 Generated client 2016-11-02 13:38:36 -07:00