Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧪 TEST: Notebook and reproducible testing configurations refactor #1468

Draft
wants to merge 3 commits into
base: pre/2.6
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/development/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ There are a range of handy development functions that you might want to use to s
- ``poetry run tidy3d develop build-docs-remote-notebooks``
* - Complete notebooks + base testing of the ``tidy3d``
- Make sure you have the notebooks downloaded.
- ``poetry run tidy3d develop test-all``
- ``poetry run tidy3d develop test -s``
* - Dual snapshot between the ``tidy3d`` and ``notebooks`` source and submodule repository.
- Make sure you are on the correct git branches you wish to commit to on both repositories, and all `non-git-ignored` files will be added to the commit.
- ``tidy3d develop commit <your message>``
Expand All @@ -72,7 +72,7 @@ There are a range of handy development functions that you might want to use to s
- ``poetry run coverage run -m pytest``
* - Standard testing of the ``tidy3d`` frontend
- Make sure you have already installed ``tidy3d`` in ``poetry`` and you are in the root directory.
- ``poetry run tidy3d develop test-base``
- ``poetry run tidy3d develop test -s base``
* - Using ``tidy3d develop`` commands inside the ``poetry`` environment.
- Make sure you have already installed ``tidy3d`` in ``poetry``
- ``poetry run tidy3d develop <your command>``
Expand All @@ -82,6 +82,9 @@ There are a range of handy development functions that you might want to use to s
* - Update and replace all the docstrings in the codebase between versions
-
- ``poetry run tidy3d develop replace-in-files``
* - Run jupyterlab notebooks from the poetry environment
- Make sure you have already installed ``tidy3d`` in ``poetry`` and you are in the root directory.
- ``poetry run tidy3d develop jupyterlab``



185 changes: 0 additions & 185 deletions tests/full_test_notebooks.py

This file was deleted.

Binary file added tests/sims/simulation_2_6_0.h5
Binary file not shown.
Loading