Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of .metadata files #65

Merged
merged 3 commits into from Jan 24, 2019
Merged

Get rid of .metadata files #65

merged 3 commits into from Jan 24, 2019

Conversation

davidemoro
Copy link
Contributor

.metadata files was introduced (but never released) in #5.
Since the scenarios are defined with YAML format, we are going to use a single file containing everything you need for defining and decorate your scenarios.

You might have an optional YAML document on top of your scenario containing metadata.

@davidemoro davidemoro changed the base branch from master to features January 24, 2019 07:42
@codecov-io
Copy link

codecov-io commented Jan 24, 2019

Codecov Report

Merging #65 into features will increase coverage by 0.84%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##           features      #65      +/-   ##
============================================
+ Coverage     92.41%   93.26%   +0.84%     
============================================
  Files             6        6              
  Lines           290      282       -8     
============================================
- Hits            268      263       -5     
+ Misses           22       19       -3
Impacted Files Coverage Δ
pytest_play/engine.py 100% <100%> (ø) ⬆️
pytest_play/plugin.py 81.18% <100%> (+1.37%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9ed6130...ba42a1b. Read the comment docs.

@davidemoro davidemoro merged commit 8cfef7e into features Jan 24, 2019
@davidemoro davidemoro deleted the metadata branch January 24, 2019 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants