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

Add __init__.py files for pytest-cov discovery #1013

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions beeflow/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""beeflow module."""
1 change: 1 addition & 0 deletions beeflow/client/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""beeflow client module."""
1 change: 1 addition & 0 deletions beeflow/common/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""beeflow common module."""
1 change: 1 addition & 0 deletions beeflow/common/build/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""beeflow common build module."""
1 change: 1 addition & 0 deletions beeflow/common/crt/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""beeflow common crt module."""
1 change: 1 addition & 0 deletions beeflow/common/cwl/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""beeflow common cwl module."""
1 change: 1 addition & 0 deletions beeflow/common/db/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""beeflow common db module."""
1 change: 1 addition & 0 deletions beeflow/common/deps/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""beeflow common deps module."""
1 change: 1 addition & 0 deletions beeflow/common/gdb/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""beeflow common gdb module."""
1 change: 1 addition & 0 deletions beeflow/common/integration/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""beeflow common integration module."""
1 change: 1 addition & 0 deletions beeflow/remote/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""beeflow remote module."""
1 change: 1 addition & 0 deletions beeflow/scheduler/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""beeflow scheduler module."""
1 change: 1 addition & 0 deletions beeflow/task_manager/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""beeflow task_manager module."""
1 change: 1 addition & 0 deletions beeflow/wf_manager/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""beeflow wf_manager module."""
1 change: 1 addition & 0 deletions beeflow/wf_manager/resources/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""beeflow wf_manager resources module."""
6 changes: 3 additions & 3 deletions coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.