Skip to content

Commit

Permalink
Added CI-related file.
Browse files Browse the repository at this point in the history
Rigged test file so it fails, to verify CI is run.
  • Loading branch information
staleyLANL committed May 28, 2024
1 parent 8562814 commit 3056ac5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
unit_tests:
image: python:3.6
script:
- python --version
- pip install numpy
- pip install scipy
- cd impala/physics
- python run_tests_physmod_vec_compare.py
1 change: 1 addition & 0 deletions impala/physics/run_tests_physmod_vec_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
suite = unittest.TestSuite()
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Add as many tests as desired. Point to test module and test case.
assert False
suite.addTest(unittest.makeSuite(pmv_cy.TestConstantYieldStress))
suite.addTest(unittest.makeSuite(pmv_yjc.TestJCYieldStress))
suite.addTest(unittest.makeSuite(pmv_ptw.TestPTWYieldStress_Constg0Tm))
Expand Down

0 comments on commit 3056ac5

Please sign in to comment.