Skip to content

Commit 0326167

Browse files
ekka0002wagn0033
andauthored
Wagn0033 (#1)
* added unittests for misc and get image * Add "post" method for RestApiV1 library * added init with get image and get countries * Added hashbang line to script * Added "post" to RestApiV1 * added more GET unit tests * Adding capability to get images _get_binary added to RestApiV1 * more unit tests under get_tests * Updated RestApiV1 "post" * change line endings to unix-style * Update .gitignore updated .gitignore to not include .swp, .pyc * more unit tests/edits * Change default REST API url * Converted RestApiV1 unit tests to use new functions instead of _get * Preparing for release 1.1 Release 1.1 allows using External ID and allows attaching subcomponents * Fixed bug with institution list --------- Co-authored-by: wagn0033 <[email protected]>
1 parent a315885 commit 0326167

File tree

134 files changed

+24338
-879
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+24338
-879
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
lib/Sisyphus/__pycache__/__init__.cpython-39.pyc
3+
*.pyc
4+
Examples/upload-docket/Tutorial/Example01/.~lock.HWItems.xlsx\#
5+
*.pyc
6+
*.pyc
7+
*.swp
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[codestyle]
2+
indentation = True
3+
edge_line = True
4+
edge_line_columns = 79
5+
6+
[main]
7+
version = 0.2.0
8+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[encoding]
2+
text_encoding = utf-8
3+
4+
[main]
5+
version = 0.2.0
6+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[vcs]
2+
use_version_control = False
3+
version_control_system =
4+
5+
[main]
6+
version = 0.2.0
7+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[workspace]
2+
restore_data_on_startup = True
3+
save_data_on_exit = True
4+
save_history = True
5+
save_non_project_files = False
6+
project_type = 'empty-project-type'
7+
recent_files = ['lib/Sisyphus/RestApiV1/__init__.py', 'test/RestApiV1/Test__get_misc.py']
8+
9+
[main]
10+
version = 0.2.0
11+
recent_files = []
12+

.spyproject/config/codestyle.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[codestyle]
2+
indentation = True
3+
edge_line = True
4+
edge_line_columns = 79
5+
6+
[main]
7+
version = 0.2.0
8+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[codestyle]
2+
indentation = True
3+
edge_line = True
4+
edge_line_columns = 79
5+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[encoding]
2+
text_encoding = utf-8
3+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[vcs]
2+
use_version_control = False
3+
version_control_system =
4+

0 commit comments

Comments
 (0)