Commit Graph

642 Commits

Author SHA1 Message Date
Florian Bruhin 2e56eed167 Don't comment py27-xdist part in tox.ini.
It's enough to disable the environment by default, the config can stay there
without doing any harm.
2015-12-20 20:00:30 +01:00
Oleg Pidsadnyi c5d30f1f48 Merge pull request #168 from The-Compiler/2.16.0-release
2.16.0 release
2015-12-20 19:08:45 +01:00
Oleg Pidsadnyi 3fbf9e1404 Merge pull request #167 from The-Compiler/xdist-tests
Disable xdist tests for now.
2015-12-20 19:06:44 +01:00
Florian Bruhin 9bf74e893c Prepare 2.16.0 release. 2015-12-20 18:28:48 +01:00
Florian Bruhin 1abe75ccf3 Disable xdist tests for now.
See #162.
Those can probably be re-enabled when pytest 2.9 is released, but for now let's
disable them to have useful Travis feedback.
2015-12-20 18:25:43 +01:00
Oleg Pidsadnyi 4aa2267742 Merge pull request #163 from The-Compiler/pytest28
Avoid deprecation warnings on pytest 2.8
2015-12-16 15:24:46 +01:00
Oleg Pidsadnyi a8a7f17006 Merge pull request #164 from The-Compiler/argspec
Use inspect.signature() if it's available.
2015-12-16 13:39:47 +01:00
Florian Bruhin 7d8bb2ffa1 Use inspect.signature() if it's available.
Fixes #153.
2015-11-17 21:49:35 +01:00
Florian Bruhin 6e5c70121d Add myself to AUTHORS. 2015-11-17 21:33:44 +01:00
Florian Bruhin f75208d5f7 Use add_hookspecs instead of addhooks. See #154.
pluginmanager.addhooks was deprecated in pytest 2.8 and pluggy's add_hookspecs
should be used instead. Falling back to addhooks for older pytest versions.
2015-11-17 21:29:24 +01:00
Florian Bruhin 1d1d8063ec Use hookwrapper instead of __multicall__. See #154. 2015-11-17 21:25:33 +01:00
Anatoly Bubenkov fbaf239e83 Add examples data in the scenario report. closes #145 2015-08-31 16:39:02 +02:00
Anatoly Bubenkov 342e02dc99 Add examples data in the scenario report. closes #145 2015-08-31 16:38:52 +02:00
Anatoly Bubenkov be64d6cc42 test fixes 2015-08-31 10:35:05 +02:00
Anatoly Bubenkov 6ab5857636 bump version 2015-08-31 10:32:57 +02:00
Anatoly Bubenkov 7cda3caeef Properly parse feature description. closes #144 2015-08-31 10:32:23 +02:00
Anatoly Bubenkov 8bbc4580a0 Properly parse feature description. closes #144 2015-08-31 10:32:13 +02:00
Anatoly Bubenkov 73da0347b0 Avoid potentially random collection order for xdist compartibility. closes #138 2015-08-04 17:05:12 +02:00
Anatoly Bubenkov 4610ef5580 Avoid potentially random collection order for xdist compartibility. closes #138 2015-08-04 15:49:05 +02:00
Anatoly Bubenkov 8197f6704d Avoid potentially random collection order for xdist compartibility 2015-08-04 15:43:50 +02:00
Anatoly Bubenkov 393ac38f86 Merge branch 'master' of github.com:pytest-dev/pytest-bdd 2015-07-13 18:27:44 +02:00
Anatoly Bubenkov cc63412bf1 Pass additional arguments to parsers 2015-07-13 18:26:51 +02:00
Anatoly Bubenkov d18ba44f20 Add validation check which prevents having multiple features in a single feature file. closes #135 2015-07-07 22:49:49 +02:00
Anatoly Bubenkov 04b92603fa mention default parser correctly. closes #136 2015-07-07 21:35:25 +02:00
Anatoly Bubenkov bcf4aee6a2 make badge images same by height 2015-06-24 20:31:02 +02:00
Oleg Pidsadnyi adb6b5c01b Merge pull request #133 from pytest-dev/mixed-feature-scenario-outline
Allow mixing feature example table with scenario example table
2015-06-24 11:18:29 +02:00
Anatoly Bubenkov 831d2122dc increase test coverage 2015-06-24 01:17:34 +02:00
Anatoly Bubenkov 24522b8fdc Allow mixing feature example table with scenario example table 2015-06-23 23:10:13 +02:00
Oleg Pidsadnyi a54da26578 Merge pull request #132 from pytest-dev/feature-outline
Feature example table
2015-06-23 11:04:42 +02:00
Anatoly Bubenkov e313294c77 Feature example table. closes #131 2015-06-21 00:41:05 +02:00
Anatoly Bubenkov 8af2e0f0e0 feature outline 2015-06-21 00:30:46 +02:00
Anatoly Bubenkov 2b96f61268 respect strict_gherkin also for scenarios shortcut 2015-06-20 23:55:27 +02:00
Anatoly Bubenkov f4f0f99563 respect strict_gherkin also for backgrounds 2015-06-19 10:34:59 +02:00
Oleg Pidsadnyi c4c9c3466d Merge pull request #130 from pytest-dev/parametrize_strict_gherkin
Make it possible to relax strict Gherkin scenario validation
2015-06-16 12:55:57 +02:00
Anatoly Bubenkov a7272beea2 Make it possible to relax strict Gherkin scenario validation. closes #118. closes #119 2015-06-15 23:58:45 +02:00
Anatoly Bubenkov dfa962ece6 add code example for scenario assert 2015-06-15 22:40:11 +02:00
Anatoly Bubenkov cbb02eae32 prepare release 2015-06-15 22:35:22 +02:00
Anatoly Bubenkov 2ea734fc39 parse version instead of interpreting 2015-06-15 22:34:53 +02:00
Anatoly Bubenkov ced2fecc6b prepare release 2015-06-15 22:19:00 +02:00
Anatoly Bubenkov 0bb5d12544 document scenario decorator. fix minimal six version. closes #128, #129, #127 2015-06-15 22:18:26 +02:00
Oleg Pidsadnyi 76a51011d4 Merge pull request #126 from pytest-dev/mention-step-type-in-errors
Mention step type on step definition not found errors and in code generation
2015-06-10 10:38:04 +02:00
Anatoly Bubenkov 954180716c Mention step type on step definition not found errors and in code generation. closes #125 2015-06-10 10:03:17 +02:00
Oleg Pidsadnyi f326f55bf6 Merge pull request #121 from pytest-dev/same-function-name
Prefix step definition fixture names to avoid name collisions
2015-06-08 09:09:15 +02:00
Laurence Rowe 5bdb0a4b97 Prefix step definition fixture names to avoid name collisions 2015-06-07 23:04:12 +02:00
Oleg Pidsadnyi a5882ca000 Merge pull request #116 from pytest-dev/tags-markers-compartibility
Make feature and scenario tags to be fully compartible with pytest ma…
2015-06-04 14:11:57 +02:00
Anatoly Bubenkov 8209470b27 Make feature and scenario tags to be fully compartible with pytest markers. closes #112 2015-06-04 14:02:19 +02:00
Anatoly Bubenkov 697222bffd bump version 2015-06-04 10:30:00 +02:00
Anatoly Bubenkov 24684bfb82 Fixed FeatureError string representation to correctly support python3. closes #115 2015-06-04 10:29:18 +02:00
Anatoly Bubenkov 94b90ef0d9 Merge pull request #114 from curzona/patch-1
Fix Typo: 'And' should not be in the step name
2015-05-27 09:04:44 +02:00
Aron Curzon b8bc6c6924 Fix Typo: 'And' should not be in the step name 2015-05-27 00:03:16 -07:00