- 10 May, 2018 1 commit
-
-
Add feature argument to the harvest command
Michael Youngstrom committed
-
- 09 May, 2018 1 commit
-
-
Michael Youngstrom committed
-
- 16 Aug, 2017 1 commit
-
-
Jeremy Bowman committed
-
- 19 Sep, 2016 1 commit
-
-
* use parser.add_argument() instead of make_option() * default values for options are already defined in the parser * verbosity=4 is now not supported anymore (cannot remove arg with argparse) * do not define requires_system_checks for versions lower than 1.9 * verbosity default is 3 * requires_model_validation is useful for 1.6 and below
Maxime Vdb committed
-
- 26 Jul, 2016 4 commits
-
-
* Test on django 1.9, drop python 2.6 support * update most requirements and fix failing test
Nik Nyby committed -
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
Adam Chainz committed -
* django.db.models.loading.get_models => django.apps.apps.get_models * requires_model_validation -> requires_system_checks in Django==1.9 * accept list and tupls for LETTUCE_APPS and LETTUCE_AVOID_APPS
Maxime Vdb committed -
* stopserver() function is unused * leverage LettuceRunnerError and CommandError instead of SystemExit
Maxime Vdb committed
-
- 19 Jul, 2016 2 commits
-
-
Gabriel Falcão committed
-
* ScenarioResult knows about optional outline * ScenarioResult needs all_steps (outlines...) * TotalResult.is_success property * jsonreport_output plugin + command options * extract background information as well * make sure step.meta.success/failed are booleans * add functional tests for the jsonreport plugin * more precise meta for features (scenarios/steps breakdown) * track total/feature/scenario/step duration * fix meta.scenarios.success when there are failures * take into account skipped/undefined/failures to determine scenario success
Maxime Vdb committed
-
- 24 May, 2016 4 commits
-
-
Nik Nyby committed
-
Andres Gonzalez committed
-
Nik Nyby committed
-
Maxime Vdb committed
-
- 10 May, 2016 1 commit
-
-
Gabriel Falcão committed
-
- 09 May, 2016 1 commit
-
-
New hook for outline added. It works before_each outline and after_each outline. It is required for PyCharm lettuce scenario outline support, and it is useful anyway. Old hook is left unchanged to keep old API, but it can't be used because it is not called before and after each outline, and in case of exception and fastfail it is called after after_scenario.
throwable-one committed
-
- 20 Jan, 2016 1 commit
-
-
Gabriel Falcão committed
-
- 05 Oct, 2015 1 commit
-
-
Gabriel Falcão committed
-
- 12 Sep, 2015 2 commits
-
-
Fix japanese
Danielle Madeley committed -
YuZakuro committed
-
- 27 Aug, 2015 20 commits
-
-
Typo in wtf.html: a adress book -> an adress book
Gabriel Falcão committed -
Typo (cli.rst) "some scenarios all feature" add "of"
Gabriel Falcão committed -
Update languages.py
Gabriel Falcão committed -
cannot assume that dict items are ordered
Gabriel Falcão committed -
Use Django 1.7 StaticLiveServerTestCase when available
Gabriel Falcão committed -
Ignore all lines with text "Feature:" that do not start with spaces or t...
Gabriel Falcão committed -
add make to whitelist_externals since tox does not install it
Gabriel Falcão committed -
fix language detection: detect language only in comments
Gabriel Falcão committed -
add --root-dir option so discovery does not go up all the way to '/'
Gabriel Falcão committed -
docs/conf.py pythonpath fix
Gabriel Falcão committed -
⬆ tox 2.1.1Gabriel Falcão committed -
⬆ nose 1.3.7Gabriel Falcão committed -
Add a specific version of lxml to test against
Gabriel Falcão committed -
Remove deprecated --use-mirrors option from pip install
Gabriel Falcão committed -
Fixes #476, change the syntax of caught exceptions.
Gabriel Falcão committed -
Avoid deprecation warning about django's importlib and prepare to django 1.9.
Gabriel Falcão committed -
Remove non-ASCII characters from a critical exception's message
Gabriel Falcão committed -
⬆ Jinja2 2.8Gabriel Falcão committed -
⬆ cssselect 0.9.1Gabriel Falcão committed -
added compiled regexes
Gabriel Falcão committed
-