Skip to content

Commit

Permalink
Update test_entrypoints.py
Browse files Browse the repository at this point in the history
Test for the kkr_STM_wc has been added
  • Loading branch information
Raff-physics committed Apr 12, 2024
1 parent b8d6315 commit c5c07e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_entrypoints.py
Expand Up @@ -205,3 +205,10 @@ def test_kkrimp_BdG_workchain_entry_point(self):

wf = WorkflowFactory('kkr.imp_BdG')
assert wf == kkrimp_BdG_wc

def test_kkr_STM_workchain_entry_point(self):
from aiida_kkr.workflows.kkr_STM import kkr_STM_wc
from aiida.plugins import WorkflowFactory

wf = WorkflowFactory('kkr.STM')
assert wf == kkr_STM_wc

0 comments on commit c5c07e4

Please sign in to comment.