Skip to content

Commit

Permalink
Update unit test for new pytest framework
Browse files Browse the repository at this point in the history
  • Loading branch information
rwest committed Aug 17, 2023
1 parent 55c3020 commit 186a20e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/rmgpy/chemkinTest.py
Expand Up @@ -30,7 +30,6 @@
import os

from unittest import mock
from external.wip import work_in_progress

import rmgpy
from rmgpy.chemkin import (
Expand Down Expand Up @@ -504,7 +503,7 @@ def test_mark_duplicate_reactions(self):

assert duplicate_flags == expected_flags

@work_in_progress
@pytest.mark.skip(reason="WIP")
def test_unmark_duplicate_reactions(self):
"""Test that we can properly REMOVE duplicate reaction flags for Chemkin."""

Expand Down

0 comments on commit 186a20e

Please sign in to comment.