Skip to content

Commit

Permalink
Merge pull request #14 from vivarium-collective/test-suite
Browse files Browse the repository at this point in the history
feat: update tests
  • Loading branch information
AlexPatrie committed May 24, 2024
2 parents 219f744 + 8f2c255 commit faccdeb
Show file tree
Hide file tree
Showing 2,225 changed files with 189,852 additions and 564,108 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ playground.ipynb
composer-notebooks/playground.ipynb
*model_dir/
commit.sh
test_env/
release_env
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY ./biosimulator_processes /app/biosimulator_processes
COPY composer-notebooks /app/notebooks

# copy files
COPY ./pyproject.toml ./poetry.lock ./data ./scripts/trust-notebooks.sh /app/
COPY toml ./poetry.lock ./data ./scripts/trust-notebooks.sh /app/
COPY ./scripts/enter-lab.sh /usr/local/bin/enter-lab.sh
# COPY ./scripts/xvfb-startup.sh /xvfb-startup.sh

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ TODO: copy this from the prompter demo
### A NOTE FOR DEVELOPERS:
This tooling implements version control for dynamically-created composite containers through
`poetry`. The version control for content on the Python Package Index is performed by
`setup.py`.
`setup.py`. Also, the PyTest configuration resides within `./pyproject.toml` at the root of this repository.
File renamed without changes.
39 changes: 0 additions & 39 deletions biolab/__init__.py

This file was deleted.

Loading

0 comments on commit faccdeb

Please sign in to comment.