Commit Graph

137 Commits

Author SHA1 Message Date
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
Anatoly Bubenkov 1315ab19ee step arguments done, docs fixed 2013-09-19 00:43:06 +02:00
Anatoly Bubenkov b3a8d03611 step arguments in progress 2013-09-19 00:27:34 +02:00
Anatoly Bubenkov 000f8f764a step arguments in progress 2013-09-19 00:21:56 +02:00
Oleg Pidsadnyi eeb9f9afc0 attempt to implement regex params 2013-09-18 00:59:46 +02:00
Oleg Pidsadnyi 7f3c28bbf8 Merge branch 'master' of https://github.com/curzona/pytest-bdd into step-arguments 2013-09-17 22:58:18 +02:00
Oleg Pidsadnyi f927989150 Merge branch 'master' of github.com:olegpidsadnyi/pytest-bdd 2013-09-17 22:54:33 +02:00
Oleg Pidsadnyi b1d171f867 readme 2013-09-17 22:54:27 +02:00
Anatoly Bubenkov e532f29ae5 Merge pull request #19 from maikelwever/scenario_with_partial_docs
Instructions for using functools.partial in README
2013-09-17 09:25:46 -07:00
Maikel Wever 9352a0e6c6 Fix README with comments from pull-request 2013-09-16 09:42:08 +02:00
Aron Curzon 71a53ddaee Added tests for steps matching regex step definitions. 2013-09-15 00:16:50 -07:00
Aron Curzon ad838080a1 Use named capture groups in regex step definitions to support return values from previous steps. 2013-09-14 23:57:56 -07:00
Aron Curzon 2765453ded Add support for matching steps against regex step definitions. 2013-09-14 23:52:18 -07:00
Maikel Wever e8702b8b64 Instructions for using functools.partial in README 2013-09-13 10:34:40 +02:00
Oleg Pidsadnyi 005056133d readme updated 2013-09-13 09:08:58 +02:00
Anatoly Bubenkov 0abf44cbd4 version removed from code 2013-08-23 15:16:21 +02:00
Anatoly Bubenkov 7fe8deb71d Merge branch 'master' of github.com:olegpidsadnyi/pytest-bdd 2013-08-23 15:14:33 +02:00
Anatoly Bubenkov b6ce8315dd version removed from the code 2013-08-23 15:14:18 +02:00
Anatoly Bubenkov 211271ac2b Update README.rst 2013-08-23 12:52:36 +02:00
Anatoly Bubenkov 59c1c89337 Prepare 0.5.1 release 2013-08-19 01:19:29 +02:00
Anatoly Bubenkov e7591df941 Prepare 0.5.1 release 2013-08-19 01:17:41 +02:00
Anatoly Bubenkov a67a27c069 Merge branch 'verbose-feature-error-output' of https://github.com/amakhnach/pytest-bdd into verbose-feature-error-output 2013-08-19 01:11:07 +02:00
Andrey Makhnach 86f2b84882 added newline at end of test_wrong.py file 2013-08-19 02:07:41 +03:00
Andrey Makhnach be2e3324ac Removed previous and current modes from verbose output for FeatureError exception 2013-08-19 02:05:31 +03:00
Anatoly Bubenkov 0c0147029c Merge branch 'verbose-feature-error-output' of https://github.com/amakhnach/pytest-bdd into verbose-feature-error-output 2013-08-19 00:58:55 +02:00
Andrey Makhnach 7caf45e9dd added newline at the end of file 2013-08-19 01:31:16 +03:00
Andrey Makhnach 63f70eebff removed blank line at the end of test_wrong.py file 2013-08-19 01:27:45 +03:00
Andrey Makhnach 357ba85d8f Added __unicode__ to FeatureError exception 2013-08-19 01:20:23 +03:00
Andrey Makhnach 36fefd5bcb Fixed test_verbose_output and added newline 2013-08-18 22:57:31 +03:00
Anatoly Bubenkov aa25da3a3f Merge branch 'master' into verbose-feature-error-output 2013-08-18 21:36:25 +02:00
Oleg Pidsadnyi b28db058b8 version number 2013-08-18 02:21:11 +02:00
Oleg Pidsadnyi 04a278eb97 Fixed the docs and few spelling error. 2013-08-18 02:02:50 +02:00