Commit Graph

518 Commits

Author SHA1 Message Date
Anatoly Bubenkov f7eb6fa201 Update .travis.yml 2014-02-19 13:03:24 +01:00
Oleg Pidsadnyi 92a9377cec Fixed step arguments conflict with the fixtures having the same name 2014-02-19 12:48:14 +01:00
Anatoly Bubenkov 93b192e5f4 fix hg url 2014-01-29 12:33:42 +01:00
Anatoly Bubenkov ad55725576 fix hg url 2014-01-29 12:28:30 +01:00
Anatoly Bubenkov e01f0a671f fix tests 2014-01-29 12:24:15 +01:00
Oleg Pidsadnyi 78c14b7543 typo 2014-01-29 12:12:19 +01:00
Oleg Pidsadnyi 8d89a4f388 gherkin feature support 2014-01-29 12:09:46 +01:00
Anatoly Bubenkov c3121c82c8 fixes for step hooks 2013-12-13 04:27:25 +01:00
Anatoly Bubenkov 6eccae04e9 Merge branch 'hooks-initial-implementation'
Conflicts:
	CHANGES.rst
	setup.py
	tests/feature/test_steps.py
2013-12-11 10:22:25 +01:00
Anatoly Bubenkov 7cf7c21e9b 0.6.6 release 2013-12-11 04:20:44 +01:00
Anatoly Bubenkov 382616b150 Merge branch 'master' into hide-scenario-overtrace 2013-12-11 04:07:51 +01:00
Anatoly Bubenkov 9cc9d857bb 0.6.5 release 2013-12-11 04:04:12 +01:00
Anatoly Bubenkov 8d1a011113 Merge pull request #30 from olegpidsadnyi/argumented-keywords-new-pytest
Argumented keywords fails with new pytest - fixes
2013-12-10 19:01:14 -08:00
Anatoly Bubenkov 011409b029 hide scenario module in pytest verbose mode 2013-12-11 03:43:58 +01:00
Anatoly Bubenkov 2bf66bdae0 fixes for latest pytest 2013-12-11 00:32:10 +01:00
Anatoly Bubenkov 870d572276 test config for latest pytest 2013-12-11 00:16:57 +01:00
Anatoly Bubenkov 652ab40fbe remove unnecessary hooks. add documentation 2013-12-11 00:01:42 +01:00
Anatoly Bubenkov 220ed6d4b7 remove print 2013-12-06 09:07:20 +01:00
Anatoly Bubenkov c85094c1ab hooks initial implementation 2013-12-06 04:19:10 +01:00
Anatoly Bubenkov cd84a87039 prepare 0.6.4 release 2013-11-10 12:39:31 +01:00
Anatoly Bubenkov 67a7cc5427 Merge branch 'master' of https://github.com/olegpidsadnyi/pytest-bdd 2013-11-10 12:37:34 +01:00
Andrey Makhnach 2e3357aa9d extra fix for encoding 2013-11-10 11:24:19 +01:00
Anatoly Bubenkov 40f5751fa5 prepare release 0.6.3 2013-11-07 13:10:04 +01:00
Andrey Makhnach 05217a897a Added text in README.rst about scenario encoding param 2013-11-07 13:06:14 +01:00
Andrey Makhnach b168cb1a80 removed copy-paste mistake from comment 2013-11-07 11:45:24 +01:00
Andrey Makhnach 6cb9a94263 Added fixes for python > 3.0 2013-11-07 11:33:55 +01:00
Andrey Makhnach 94b02a613c small fix. removed encoding from argument because we have general decoding for whole file 2013-11-07 11:02:14 +01:00
Andrey Makhnach 4ea7b8c9a7 small fix 2013-11-07 10:45:12 +01:00
Andrey Makhnach 45ded7e4da Added encoding. 2013-11-07 10:30:52 +01:00
Anatoly Bubenkov 095e21c0d4 merge PR 26 2013-10-31 15:27:22 +01:00
Anatoly Bubenkov 38313564d9 replace scenario current module correctly to avoid mess in pytest log with -v 2013-10-31 15:20:54 +01:00
Anatoly Bubenkov 932d743bf0 Merge pull request #24 from olegpidsadnyi/failing_test_for_arguments
Failing test for arguments
2013-09-27 04:41:34 -07:00
Anatoly Bubenkov d9b10a7f79 arguments in when steps when no arguments in givens bug 2013-09-27 13:38:37 +02:00
Andrey Makhnach 5492b73322 Added tests to failing steps with arguments. 2013-09-27 11:09:33 +03:00
Andrey Makhnach f8f9a06e15 merged with olegpidsadnyi/pytest-bdd 2013-09-27 10:19:12 +03:00
Oleg Pidsadnyi 53e6563381 changelog updated 2013-09-22 14:50:42 +02:00
Oleg Pidsadnyi 671821f7ac Merge pull request #22 from olegpidsadnyi/step-arguments
Step arguments implemented
2013-09-22 05:45:05 -07:00
Oleg Pidsadnyi 061b36e312 step class added 2013-09-22 14:34:38 +02:00
Oleg Pidsadnyi 798132b6fd readme updated to describe the test setup 2013-09-21 12:05:01 +02:00
Oleg Pidsadnyi e363a26ca7 tests fixed 2013-09-21 00:41:03 +02:00
Oleg Pidsadnyi 26d419173b wrong feature syntax tests are fixed 2013-09-21 00:36:19 +02:00
Oleg Pidsadnyi 5ce0272a9f wrong feature syntax tests are fixed 2013-09-21 00:35:02 +02:00
Oleg Pidsadnyi f6837b948c wrong order tests 2013-09-21 00:30:31 +02:00
Oleg Pidsadnyi c7957e694a tests fixed 2013-09-20 23:29:42 +02:00
Oleg Pidsadnyi 6cd91e6e75 given validation 2013-09-20 22:48:40 +02:00
Oleg Pidsadnyi e121f634ec print removed 2013-09-20 00:57:54 +02:00
Oleg Pidsadnyi 82398e8c3f tests added 2013-09-20 00:46:29 +02:00
Anatoly Bubenkov 0e6c84e1bc changes, version up 2013-09-19 00:59:00 +02:00
Anatoly Bubenkov 7ba4a26c6e pep8 fixes 2013-09-19 00:54:05 +02:00
Anatoly Bubenkov f316706592 step arguments done, docs fixed 2013-09-19 00:50:28 +02:00