Skip to content

Commit

Permalink
Merge pull request #419 from os-climate/template_v2_pytest_fix
Browse files Browse the repository at this point in the history
Update test_template_v2.py
  • Loading branch information
MichaelTiemannOSC authored Mar 29, 2024
2 parents 7257cb0 + e61268d commit 0fff6cf
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions test/test_template_v2.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import json
import os
import sys
from typing import List
from unittest import TestCase

Expand Down Expand Up @@ -661,11 +662,4 @@ def test_ch4_gwp(template_V2_S3: TemplateV2):


if __name__ == "__main__":
test_PC = template_V2_PC()
test_PC.setUp()
test_PC.test_temp_score()
test_PC.test_target_projections()
test_PC.test_get_company_data()

test_S3 = template_V2_S3()
test_S3.setUp()
sys.exit(pytest.main())

0 comments on commit 0fff6cf

Please sign in to comment.