Skip to content

Commit

Permalink
Add __init__ to test
Browse files Browse the repository at this point in the history
For some reason Xiaorui not aware of (Sep 2023), __init__ has to be added to test modules to make pytest-cov to work properly with GitHub Action. __init__ is not needed when running tests locally
  • Loading branch information
xiaoruiDong committed Sep 14, 2023
1 parent d8bb587 commit add3b6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
2 changes: 2 additions & 0 deletions test/conformer_generation/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

0 comments on commit add3b6f

Please sign in to comment.