-
Notifications
You must be signed in to change notification settings - Fork 8
Add testing guide #46
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
Merged
Merged
Changes from 51 commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
813a9cf
initial work
akaszynski 5d62fb2
add file
akaszynski 216b4f5
add in testing guide
akaszynski f8afaec
add CI sections
akaszynski 7d605b4
Merge branch 'main' into docs/add_doc_dep
MaxJPRey 76cb757
Update doc/source/overview/dev_practices.rst
MaxJPRey 1639d5a
Update doc/source/documentation_style/deployment.rst
MaxJPRey f14b6a2
Update doc/source/documentation_style/deployment.rst
MaxJPRey ffe0687
Update doc/source/overview/dev_practices.rst
MaxJPRey 35a6271
Update doc/source/overview/dev_practices.rst
MaxJPRey 9159638
Update doc/source/overview/dev_practices.rst
MaxJPRey 4125ee9
Update doc/source/overview/dev_practices.rst
MaxJPRey 5572012
Update doc/source/overview/dev_practices.rst
MaxJPRey 3db01e8
Update doc/source/overview/dev_practices.rst
MaxJPRey 52f6c28
Update doc/source/overview/dev_practices.rst
MaxJPRey fd7b191
Update doc/source/overview/dev_practices.rst
MaxJPRey e0b4039
Update doc/source/overview/dev_practices.rst
MaxJPRey 16353bf
Update doc/source/overview/dev_practices.rst
MaxJPRey e761458
Update doc/source/overview/dev_practices.rst
MaxJPRey e96769b
Update doc/source/overview/dev_practices.rst
MaxJPRey 1ee57c7
Update doc/source/overview/dev_practices.rst
MaxJPRey a556806
Update doc/source/overview/dev_practices.rst
MaxJPRey 9ffd004
Update doc/source/overview/dev_practices.rst
MaxJPRey 9219162
Update doc/source/overview/dev_practices.rst
MaxJPRey a97ee4b
Update doc/source/overview/dev_practices.rst
MaxJPRey 320f7e8
Update doc/source/overview/dev_practices.rst
MaxJPRey 2efa8d5
Update doc/source/overview/dev_practices.rst
MaxJPRey 704865e
Update doc/source/overview/dev_practices.rst
MaxJPRey ff5d7d3
Update doc/source/overview/dev_practices.rst
MaxJPRey d4fa505
Update doc/source/overview/dev_practices.rst
MaxJPRey 650adfd
Update doc/source/overview/dev_practices.rst
MaxJPRey a60a67c
Update doc/source/overview/dev_practices.rst
MaxJPRey 98cd6b7
Update doc/source/overview/dev_practices.rst
MaxJPRey 312bd65
Update doc/source/overview/dev_practices.rst
MaxJPRey 184a34b
Update doc/source/overview/dev_practices.rst
MaxJPRey 0c887fb
Update doc/source/overview/dev_practices.rst
MaxJPRey 04888ef
Update doc/source/overview/dev_practices.rst
MaxJPRey e723f5a
Update doc/source/overview/dev_practices.rst
MaxJPRey 6427db3
Update doc/source/overview/dev_practices.rst
MaxJPRey c285231
Update doc/source/documentation_style/index.rst
MaxJPRey 90ce171
Add poetry dependencies group for test.
MaxJPRey ca85879
Merge.
MaxJPRey cbc568d
Add link to poetry.
MaxJPRey 9d14bd0
Coding style is not available.
MaxJPRey 69ff8d9
Fix conflict of the deployment and docstring main hypertext.
MaxJPRey 02727b9
Remove unexpected indentation.
MaxJPRey 06a9d1b
Improve code sample rendering.
MaxJPRey 2123f4a
Add link for codecov.io.
MaxJPRey 0396cd3
Remove link for codecov.io CI Bot.
MaxJPRey f11741a
Add test_practices.rst.
MaxJPRey 4ad3469
Fix the link.
MaxJPRey a0ba114
Update doc/source/documentation_style/index.rst
jorgepiloto 660591e
line wrapping; general cleanup
akaszynski 5916deb
fix CI
akaszynski 63ae117
Update doc/source/guidelines/test_practices.rst
MaxJPRey 7348521
Update doc/source/guidelines/test_practices.rst
MaxJPRey 92bf4db
Update doc/source/guidelines/test_practices.rst
MaxJPRey 6dcbf9e
Update doc/source/guidelines/test_practices.rst
MaxJPRey 96ad9a5
Update doc/source/guidelines/test_practices.rst
MaxJPRey 7663139
Update doc/source/guidelines/test_practices.rst
MaxJPRey 64d0207
Update doc/source/guidelines/test_practices.rst
MaxJPRey 5706bf5
End the sentence for the requirement files.
MaxJPRey 953ce59
add testing methodology
akaszynski 104cc3f
merge upstream
akaszynski 14c1915
Title underline was too short and prevented the doc to be buit.
MaxJPRey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.. _documentation_deployment: | ||
|
||
|
||
Documentation Deployment | ||
------------------------ | ||
Documentation for the PyAnsys project is hosted via `GitHub Pages <https://pages.github.com/>`_. | ||
Given the open-source nature of the project, documentation built by each PyAnsys library or | ||
project should be public and editable by users and the community at large. | ||
|
||
After following the documentation build strategy contained within both | ||
the `pyansys/template <https://github.com/pyansys/template/>`_ and | ||
`pyansys-sphinx-theme | ||
<https://github.com/pyansys/pyansys-sphinx-theme>`_ you will end up | ||
with html documentation files in ``doc/build/html``. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ Table of Contents | |
logging | ||
service_abstraction | ||
PyMAPDL_WSL_Guide | ||
|
||
test_practices |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.