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

Move dataset related fixtures to conftest. #2070

Merged
merged 9 commits into from
Jul 4, 2020

Conversation

jenshnielsen
Copy link
Collaborator

So that we can avoid the chain of unused imports in test files

@codecov
Copy link

codecov bot commented Jul 3, 2020

Codecov Report

Merging #2070 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #2070   +/-   ##
=======================================
  Coverage   71.13%   71.13%           
=======================================
  Files         150      150           
  Lines       20050    20050           
=======================================
  Hits        14263    14263           
  Misses       5787     5787           

Copy link
Contributor

@astafan8 astafan8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great!

not super cool that dataset.conftest stuff is used in test modules/packages level(s) up, but it's for another PR.

@jenshnielsen
Copy link
Collaborator Author

jenshnielsen commented Jul 4, 2020

not super cool that dataset.conftest stuff is used in test modules/packages level(s) up, but it's for another PR.

Indeed some of the fixtures should be pushed up one more level but I want to wait for another pr to do that

@jenshnielsen jenshnielsen merged commit ee7e096 into microsoft:master Jul 4, 2020
@jenshnielsen jenshnielsen deleted the move_fixtures branch July 4, 2020 12:42
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.

2 participants