Skip to content

Commit

Permalink
Merge pull request #3 from Albericvgn/fane
Browse files Browse the repository at this point in the history
Fane
  • Loading branch information
faneshala authored May 26, 2024
2 parents f6f95f4 + 3f30c06 commit 00b7c0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/test_example_module.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from chembalancer.chembalancer import hello_smiles

from src/chembalancer.chembalancer import hello_smiles


# Test the function
Expand Down
3 changes: 2 additions & 1 deletion tests/test_get_smiles_from_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
from requests.exceptions import HTTPError
from requests_mock import Mocker

from chembalancer.chembalancer import get_smiles_from_name
from src/chembalancer.chembalancer import get_smiles_from_name


def test_get_smiles_from_name_success():
mock_response = {
Expand Down

0 comments on commit 00b7c0e

Please sign in to comment.