-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Expanding dowload options by hidding previous dowloading function. * Adding test unit (works only locally) * Expanding documentation to include new options. * fixing trailing spaces * fixing grammar * Updating old missing download test. * Replacing download with _download (old download) * Replacing download with _download (old download) in tests * removing 'all' and 'everything' * Adding more unti tests * Improved docstrings * Improving test units * removing trailing space. * Improving docs * Adding decorator skip_in_cloud to coverage exclusions * fixing coverage * enable cloud testing * fix style check Co-authored-by: Alex Kaszynski <[email protected]>
- Loading branch information
1 parent
dd868e5
commit a064827
Showing
5 changed files
with
322 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -7,3 +7,4 @@ omit = | |
ansys/mapdl/core/mapdl_console.py | ||
ansys/mapdl/core/mapdl_corba.py | ||
ansys/mapdl/core/jupyter.py | ||
|
This file contains 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 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
Oops, something went wrong.