Skip to content

Commit

Permalink
Remove skipping failing tests in calculate
Browse files Browse the repository at this point in the history
  • Loading branch information
juraskov committed Nov 25, 2024
1 parent d696b00 commit 58aabd0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_calculate.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ def test_method_and_keywords_invalid():
_method_and_keywords('invalid_method')


@pytest.mark.xfail
def test_orca_keywords_success(set_config):
"""Test _orca_keywords retrieves the ORCA keywords from Config"""
keywords = _orca_keywords()
Expand All @@ -195,7 +194,6 @@ def test_orca_keywords_no_config():
_orca_keywords()


@pytest.mark.xfail
def test_gaussian_keywords_success(set_config):
"""Test _gaussian_keywords retrieves the Gaussian keywords from Config"""
keywords = _gaussian_keywords()
Expand Down

0 comments on commit 58aabd0

Please sign in to comment.