Skip to content

Commit

Permalink
tst fix cantera
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed May 18, 2024
1 parent cdf6322 commit e23c648
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests/test_fix_cantera.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/env python3
# encoding: utf-8

"""
t3 tests test_fix_cantera module
"""

import os
import shutil

from t3.common import DATA_BASE_PATH


def test_fix_cantera_1():
"""Test fixing a Cantera file, case 1."""
model_path = os.path.join(DATA_BASE_PATH, 'models', 'dups', '1_test_fix_cantera.yaml')
shutil.copyfile(os.path.join(DATA_BASE_PATH, 'models', 'dups', '1.yaml'), model_path)

0 comments on commit e23c648

Please sign in to comment.