1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
Brad Warren
48173ed1cb Switch from nose to pytest (#5282)
* Use pipstrap to install a good version of pip

* Use pytest in cb-auto tests

* Remove nose usage in auto_test.py

* remove nose dev dep

* use pytest in test_tests

* Use pytest in tox

* Update dev dependency pinnings

* remove nose multiprocess lines

* Use pytest for coverage

* Use older py and pytest for old python versions

* Add test for Error.__str__

* pin pytest in oldest test

* Fix tests for DNS-DO plugin on py26

* Work around bug for Python 3.3

* Clarify dockerfile comments
2017-12-01 10:59:55 -08:00
Brad Warren
8fa12bef8e Tell the world we're Python 3 compatible (#4568)
* Mention python 3 support in setup.py

* Build universal (py2 and py3 compatible) wheels

* Mention Python 3.3+ support in docs

* we work on python 3.6 too
2017-04-28 16:06:45 -07:00
Brad Warren
ecc5e71761 setup.cfg 2016-04-14 17:13:19 -07:00
Jakub Warmuz
20ab48820a Remove unused setup.py dev alias 2016-01-10 18:36:24 +00:00
Jakub Warmuz
b4c747a283 Merge branch 'bugs/402' into pkgs_sep_prep
Conflicts:
	letsencrypt/tests/client_test.py
	tox.ini
2015-05-10 17:56:41 +00:00
Jakub Warmuz
99b2003e61 Cover tests (fixes #402).
1. --cover-tests, to make sure every test is run, helped to find
   broken determine_account tests
2. fix determine_account test
3. unittest.main()  # pragma: no cover
4. bump coverage

coveralls.io always reported higher coverage, because it also looked
at test files.
2015-05-10 17:38:26 +00:00
Jakub Warmuz
d408ec5a95 Move plugins to top-level 2015-05-10 12:26:54 +00:00
Jakub Warmuz
3a6bd7123d Move acme to top-level 2015-05-10 12:26:17 +00:00
Jakub Warmuz
4bb9914fa3 split dev_extras into dev_extras+docs_extras 2015-02-24 16:23:52 +00:00
Jakub Warmuz
337974e675 No pylint in py2.6 tox 2015-02-06 23:41:28 +00:00
Jakub Warmuz
78c3f161d7 setup.py docs, Sphinx dep 2014-11-30 02:38:33 +01:00
Jakub Warmuz
f2c1c30ac4 Restrict nosetests to our package 2014-11-27 21:00:07 +01:00
Jakub Warmuz
10707868db Add missing newline at end of file 2014-11-22 15:14:14 +01:00
Jakub Warmuz
1c643d483e Basic dev/testing setup 2014-11-22 15:04:02 +01:00