diff --git a/.circleci/config.yml b/.circleci/config.yml index c67100c..71008ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,14 +10,14 @@ jobs: - image: cimg/python:3.8.16 steps: - checkout - - run: - name: Install dependencies - command: | - pip install pytest - - run: - name: Run tests - command: pytest tests/ - assert: true # Fail workflow on test failures (optional) + # - run: + # name: Install dependencies + # command: | + # pip install pytest + # - run: + # name: Run tests + # command: pytest tests// + # assert: true # Fail workflow on test failures (optional) build: docker: diff --git a/tests/__pycache__/test_cr3bp_lib_calc.cpython-38-pytest-7.4.0.pyc b/tests/__pycache__/test_cr3bp_lib_calc.cpython-38-pytest-7.4.0.pyc index d6ba730..b45ec4e 100644 Binary files a/tests/__pycache__/test_cr3bp_lib_calc.cpython-38-pytest-7.4.0.pyc and b/tests/__pycache__/test_cr3bp_lib_calc.cpython-38-pytest-7.4.0.pyc differ diff --git a/tests/test_cr3bp_model_main.py b/tests/test_cr3bp_model_main.py index e69de29..d8542f0 100644 --- a/tests/test_cr3bp_model_main.py +++ b/tests/test_cr3bp_model_main.py @@ -0,0 +1,3 @@ +import numpy as np + +from src.cr3bp_model_main import cr3bp_model