Skip to content

Commit

Permalink
Merge pull request #90 from lsst-uk/local_tests
Browse files Browse the repository at this point in the history
Adding functionality to read from local database, unit tests
  • Loading branch information
astronomerritt authored Mar 28, 2024
2 parents b005e3e + 2f6a4ce commit 7f0094b
Show file tree
Hide file tree
Showing 20 changed files with 1,138 additions and 75 deletions.
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[report]
exclude_also =
# pragma: no cover
4 changes: 2 additions & 2 deletions .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
run: |
sudo apt-get update
python -m pip install --upgrade pip
pip install .
pip install .[dev]
pip install -e .
pip install -e .[dev]
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run unit tests with pytest
run: |
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,3 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

# ignore large db files
*.db
Loading

0 comments on commit 7f0094b

Please sign in to comment.