Commit Graph

  • 220ed6d4b7 remove print Anatoly Bubenkov 2013-12-06 09:07:20 +0100
  • c85094c1ab hooks initial implementation Anatoly Bubenkov 2013-12-06 04:19:10 +0100
  • cd84a87039 prepare 0.6.4 release 0.6.4 Anatoly Bubenkov 2013-11-10 12:39:31 +0100
  • 67a7cc5427 Merge branch 'master' of https://github.com/olegpidsadnyi/pytest-bdd Anatoly Bubenkov 2013-11-10 12:37:34 +0100
  • 2e3357aa9d extra fix for encoding Andrey Makhnach 2013-11-10 11:24:19 +0100
  • 40f5751fa5 prepare release 0.6.3 0.6.3 Anatoly Bubenkov 2013-11-07 13:10:04 +0100
  • 05217a897a Added text in README.rst about scenario encoding param Andrey Makhnach 2013-11-07 13:06:14 +0100
  • b168cb1a80 removed copy-paste mistake from comment Andrey Makhnach 2013-11-07 11:45:24 +0100
  • 6cb9a94263 Added fixes for python > 3.0 Andrey Makhnach 2013-11-07 11:33:55 +0100
  • 94b02a613c small fix. removed encoding from argument because we have general decoding for whole file Andrey Makhnach 2013-11-07 11:02:14 +0100
  • 4ea7b8c9a7 small fix Andrey Makhnach 2013-11-07 10:45:12 +0100
  • 45ded7e4da Added encoding. Andrey Makhnach 2013-11-07 10:30:52 +0100
  • 095e21c0d4 merge PR 26 0.6.2 Anatoly Bubenkov 2013-10-31 15:27:22 +0100
  • 38313564d9 replace scenario current module correctly to avoid mess in pytest log with -v Anatoly Bubenkov 2013-10-31 15:20:54 +0100
  • 932d743bf0 Merge pull request #24 from olegpidsadnyi/failing_test_for_arguments 0.6.1 Anatoly Bubenkov 2013-09-27 04:41:34 -0700
  • d9b10a7f79 arguments in when steps when no arguments in givens bug Anatoly Bubenkov 2013-09-27 13:38:37 +0200
  • 5492b73322 Added tests to failing steps with arguments. Andrey Makhnach 2013-09-27 11:09:33 +0300
  • f8f9a06e15 merged with olegpidsadnyi/pytest-bdd Andrey Makhnach 2013-09-27 10:19:12 +0300
  • 53e6563381 changelog updated 0.6.0 Oleg Pidsadnyi 2013-09-22 14:50:42 +0200
  • 671821f7ac Merge pull request #22 from olegpidsadnyi/step-arguments Oleg Pidsadnyi 2013-09-22 05:45:05 -0700
  • 061b36e312 step class added Oleg Pidsadnyi 2013-09-22 14:34:38 +0200
  • 798132b6fd readme updated to describe the test setup Oleg Pidsadnyi 2013-09-21 12:05:01 +0200
  • e363a26ca7 tests fixed Oleg Pidsadnyi 2013-09-21 00:41:03 +0200
  • 26d419173b wrong feature syntax tests are fixed Oleg Pidsadnyi 2013-09-21 00:36:19 +0200
  • 5ce0272a9f wrong feature syntax tests are fixed Oleg Pidsadnyi 2013-09-21 00:35:02 +0200
  • f6837b948c wrong order tests Oleg Pidsadnyi 2013-09-21 00:30:31 +0200
  • c7957e694a tests fixed Oleg Pidsadnyi 2013-09-20 23:29:42 +0200
  • 6cd91e6e75 given validation Oleg Pidsadnyi 2013-09-20 22:48:40 +0200
  • e121f634ec print removed Oleg Pidsadnyi 2013-09-20 00:57:54 +0200
  • 82398e8c3f tests added Oleg Pidsadnyi 2013-09-20 00:46:29 +0200
  • 0e6c84e1bc changes, version up Anatoly Bubenkov 2013-09-19 00:59:00 +0200
  • 7ba4a26c6e pep8 fixes Anatoly Bubenkov 2013-09-19 00:54:05 +0200
  • f316706592 step arguments done, docs fixed Anatoly Bubenkov 2013-09-19 00:50:28 +0200
  • 1315ab19ee step arguments done, docs fixed Anatoly Bubenkov 2013-09-19 00:43:06 +0200
  • b3a8d03611 step arguments in progress Anatoly Bubenkov 2013-09-19 00:27:34 +0200
  • 000f8f764a step arguments in progress Anatoly Bubenkov 2013-09-19 00:21:56 +0200
  • eeb9f9afc0 attempt to implement regex params Oleg Pidsadnyi 2013-09-18 00:59:46 +0200
  • 7f3c28bbf8 Merge branch 'master' of https://github.com/curzona/pytest-bdd into step-arguments Oleg Pidsadnyi 2013-09-17 22:58:18 +0200
  • f927989150 Merge branch 'master' of github.com:olegpidsadnyi/pytest-bdd Oleg Pidsadnyi 2013-09-17 22:54:33 +0200
  • b1d171f867 readme Oleg Pidsadnyi 2013-09-17 22:54:27 +0200
  • e532f29ae5 Merge pull request #19 from maikelwever/scenario_with_partial_docs Anatoly Bubenkov 2013-09-17 09:25:46 -0700
  • 9352a0e6c6 Fix README with comments from pull-request Maikel Wever 2013-09-16 09:42:08 +0200
  • 71a53ddaee Added tests for steps matching regex step definitions. Aron Curzon 2013-09-15 00:16:50 -0700
  • ad838080a1 Use named capture groups in regex step definitions to support return values from previous steps. Aron Curzon 2013-09-14 23:57:56 -0700
  • 2765453ded Add support for matching steps against regex step definitions. Aron Curzon 2013-09-14 23:52:18 -0700
  • e8702b8b64 Instructions for using functools.partial in README Maikel Wever 2013-09-13 10:32:57 +0200
  • 005056133d readme updated Oleg Pidsadnyi 2013-09-13 09:08:58 +0200
  • 0abf44cbd4 version removed from code 0.5.2 Anatoly Bubenkov 2013-08-23 15:16:21 +0200
  • 7fe8deb71d Merge branch 'master' of github.com:olegpidsadnyi/pytest-bdd Anatoly Bubenkov 2013-08-23 15:14:33 +0200
  • b6ce8315dd version removed from the code Anatoly Bubenkov 2013-08-23 15:14:18 +0200
  • 211271ac2b Update README.rst Anatoly Bubenkov 2013-08-23 12:52:36 +0200
  • 59c1c89337 Prepare 0.5.1 release 0.5.1 Anatoly Bubenkov 2013-08-19 01:19:29 +0200
  • e7591df941 Prepare 0.5.1 release Anatoly Bubenkov 2013-08-19 01:17:41 +0200
  • a67a27c069 Merge branch 'verbose-feature-error-output' of https://github.com/amakhnach/pytest-bdd into verbose-feature-error-output Anatoly Bubenkov 2013-08-19 01:11:07 +0200
  • 86f2b84882 added newline at end of test_wrong.py file Andrey Makhnach 2013-08-19 02:07:41 +0300
  • be2e3324ac Removed previous and current modes from verbose output for FeatureError exception Andrey Makhnach 2013-08-19 02:05:31 +0300
  • 0c0147029c Merge branch 'verbose-feature-error-output' of https://github.com/amakhnach/pytest-bdd into verbose-feature-error-output Anatoly Bubenkov 2013-08-19 00:58:55 +0200
  • 7caf45e9dd added newline at the end of file Andrey Makhnach 2013-08-19 01:31:16 +0300
  • 63f70eebff removed blank line at the end of test_wrong.py file Andrey Makhnach 2013-08-19 01:27:45 +0300
  • 357ba85d8f Added __unicode__ to FeatureError exception Andrey Makhnach 2013-08-19 01:20:23 +0300
  • 36fefd5bcb Fixed test_verbose_output and added newline Andrey Makhnach 2013-08-18 22:57:31 +0300
  • aa25da3a3f Merge branch 'master' into verbose-feature-error-output Anatoly Bubenkov 2013-08-18 21:36:25 +0200
  • b28db058b8 version number Oleg Pidsadnyi 2013-08-18 02:21:11 +0200
  • 04a278eb97 Fixed the docs and few spelling error. 0.5.0 Oleg Pidsadnyi 2013-08-18 02:02:50 +0200
  • bf8e99f94a Merge pull request #11 from olegpidsadnyi/parametrized-scenarios Oleg Pidsadnyi 2013-08-17 14:30:25 -0700
  • abc4ab0d47 less strict parametrization checks. preserve docstring for steps. Anatoly Bubenkov 2013-08-17 17:57:33 +0200
  • ec475c66ee more clear test parametrized steps Anatoly Bubenkov 2013-08-12 01:01:37 +0200
  • 95fa10378f sanity fixes for test assertions Anatoly Bubenkov 2013-08-12 00:52:23 +0200
  • 1801193062 python 3 support. additional checks for parameters Anatoly Bubenkov 2013-08-12 00:42:09 +0200
  • 1f9bbc8cde cleanup unnecessary code, move to more clean implementation Anatoly Bubenkov 2013-08-11 23:34:06 +0200
  • 869e066da2 Renamed number_of_line into line_number Andrey Makhnach 2013-08-11 00:50:59 +0300
  • 36f497a986 Added tests for verbose output of failed feature scenarios Andrey Makhnach 2013-08-10 22:48:18 +0300
  • e2ac822f64 Added number of line, line, prev_mode and mode to output of FeatureError Andrey Makhnach 2013-08-10 17:59:55 +0300
  • 3f5c589925 Added tests for verbose output of failed feature scenarios Andrey Makhnach 2013-08-10 22:48:18 +0300
  • 92ccb2749c Added number of line, line, prev_mode and mode to output of FeatureError Andrey Makhnach 2013-08-10 17:59:55 +0300
  • 3bd363ff35 Revert "Added possibility to use list of names of fixtures with given" Andrey Makhnach 2013-08-10 17:51:11 +0300
  • 3011f19ab3 email notification Anatoly Bubenkov 2013-08-10 03:38:44 +0200
  • 004689e166 status icons Anatoly Bubenkov 2013-08-10 03:36:22 +0200
  • f05045c15d Scenario parametrization implemented. Coveralls integration. Coverage improvement Anatoly Bubenkov 2013-08-10 03:32:25 +0200
  • 660a4e3eab Added possibility to use list of names of fixtures with given Andrey Makhnach 2013-08-07 10:44:25 +0300
  • a2ec61b622 Fixes python3 support 0.4.7 Oleg Pidsadnyi 2013-07-11 20:41:50 +0200
  • 421b8569a3 Fixed steps filename 0.4.6 Oleg Podsadny 2013-06-20 12:21:31 +0200
  • 9bd5f277a6 fixes given reuse 0.4.5 Oleg Podsadny 2013-06-20 09:33:41 +0200
  • 9247951600 fixes given reuse 0.4.4 Oleg Podsadny 2013-06-20 09:31:02 +0200
  • cab7b85872 fixing long description 0.4.3 Oleg Podsadny 2013-06-16 16:23:42 +0200
  • 12f46d52a6 setup updated Oleg Podsadny 2013-06-16 16:15:28 +0200
  • e078457f1c fixing the setup.py for the pypi 0.4.2 Oleg Podsadny 2013-06-16 15:52:20 +0200
  • d88eb9be51 fixing the readme Oleg Podsadny 2013-06-14 22:28:53 +0200
  • 8012b5a1fb fixing the readme Oleg Podsadny 2013-06-14 22:28:21 +0200
  • 8064bc58be license file added Oleg Podsadny 2013-06-14 22:24:42 +0200
  • fbad8b9c7b Merge pull request #8 from dimazest/refactor_step_decorators 0.4.1 Oleg Pidsadnyi 2013-06-13 06:24:21 -0700
  • 63e6b3a63a Remove unnecessary execution stack extraction in step decorators Dmitrijs Milajevs 2013-06-13 15:15:38 +0200
  • 23824d8c9e version up 0.4 Anatoly Bubenkov 2013-05-31 13:13:10 +0200
  • d3b63d33de Merge pull request #6 from olegpidsadnyi/feature-base-path Oleg Pidsadnyi 2013-05-29 11:35:29 -0700
  • dc3896cef6 Fix doc typo, rename the base dir fixture, avoid overfixturing the functions Anatoly Bubenkov 2013-05-28 23:09:09 +0200
  • c4d110413d base path for feature files Anatoly Bubenkov 2013-05-28 17:12:00 +0200
  • 106e5633db base path for feature files Anatoly Bubenkov 2013-05-28 17:11:47 +0200
  • 528a36d81e base path for feature files Anatoly Bubenkov 2013-05-28 16:50:41 +0200
  • ce83eb2a1d base path for feature files Anatoly Bubenkov 2013-05-28 16:41:45 +0200
  • 82bdedc63b Merge branch 'master' of github.com:olegpidsadnyi/pytest-bdd 0.3 Oleg Podsadny 2013-05-28 12:47:17 +0200