Changeset 8:042bf77e0223 in pyenvjasmine
- Timestamp:
- Apr 20, 2015, 8:46:58 AM (10 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.rst
r3 r8 5 5 testing framework. 6 6 7 .. _envjasmine : https://github.com/trevmex/EnvJasmine 7 8 .. contents:: 9 10 11 Installation 12 ------------ 13 14 You can install pyenvjasmine using pip_ or easy_install_:: 15 16 pip install pyenvjasmine 17 18 :: 19 20 easy_install pyenvjasmine 21 22 Or you can grab the latest sources and install it from there:: 23 24 python setup.py install 25 26 Also, you can use it directly from the sources directory, in *development mode* 27 (useful if you want to contribute to the project):: 28 29 python setup.py develop 30 31 .. note:: 32 33 More about the *development mode* here: 34 35 https://packaging.python.org/en/latest/distributing.html#working-in-development-mode 8 36 9 37 … … 17 45 nosetests --cover-package=pyenvjasmine --cover-erase \ 18 46 --with-coverage --with-doctest $* 47 48 .. note:: 49 50 If you have installed pyenvjasmine in *development mode*, you can simply 51 run:: 52 53 nosetests 54 55 to run the tests. 19 56 20 57 … … 52 89 self.assertTrue('Failed: 0' in lines) 53 90 91 92 .. _envjasmine : https://github.com/trevmex/EnvJasmine 93 .. _pip: http://www.pip-installer.org/en/latest/index.html 94 .. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall
Note:
See TracChangeset
for help on using the changeset viewer.