diff options
author | Nao Pross <np@0hm.ch> | 2021-11-11 19:21:33 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-11-11 19:21:33 +0100 |
commit | 0ad4b5f2b78e199dae017fdb6cb80fca39102e5a (patch) | |
tree | 9dfd95ba31d63441cf27444fd412498f745f136a /src | |
parent | Add more references (diff) | |
download | Fading-0ad4b5f2b78e199dae017fdb6cb80fca39102e5a.tar.gz Fading-0ad4b5f2b78e199dae017fdb6cb80fca39102e5a.zip |
Rename sketch.py to gui.py, move tests in test/ directory
Diffstat (limited to '')
-rwxr-xr-x | src/gui.py (renamed from src/sketch.py) | 0 | ||||
-rw-r--r-- | tests/dearpygui/test.py (renamed from src/Test_Plots/test.py) | 0 | ||||
-rw-r--r-- | tests/dearpygui/test10.py (renamed from src/Test_Plots/test10.py) | 0 | ||||
-rw-r--r-- | tests/dearpygui/test1_updating_series_data.py (renamed from src/Test_Plots/test1_updating_series_data.py) | 0 | ||||
-rw-r--r-- | tests/dearpygui/test2_axis_limis.py (renamed from src/Test_Plots/test2_axis_limis.py) | 0 | ||||
-rw-r--r-- | tests/dearpygui/test3_custom_axis_labels.py (renamed from src/Test_Plots/test3_custom_axis_labels.py) | 0 | ||||
-rw-r--r-- | tests/dearpygui/test4_multiple_y_axes.py (renamed from src/Test_Plots/test4_multiple_y_axes.py) | 0 | ||||
-rw-r--r-- | tests/dearpygui/test5_annotations.py (renamed from src/Test_Plots/test5_annotations.py) | 0 | ||||
-rw-r--r-- | tests/dearpygui/test6_drag_points_and_lines.py (renamed from src/Test_Plots/test6_drag_points_and_lines.py) | 0 | ||||
-rw-r--r-- | tests/dearpygui/test7_querying.py (renamed from src/Test_Plots/test7_querying.py) | 0 | ||||
-rw-r--r-- | tests/dearpygui/test8_custom_context_menus.py (renamed from src/Test_Plots/test8_custom_context_menus.py) | 0 | ||||
-rw-r--r-- | tests/dearpygui/test9_colors_and_styles.py (renamed from src/Test_Plots/test9_colors_and_styles.py) | 0 |
12 files changed, 0 insertions, 0 deletions
diff --git a/src/sketch.py b/src/gui.py index 58e36a3..58e36a3 100755 --- a/src/sketch.py +++ b/src/gui.py diff --git a/src/Test_Plots/test.py b/tests/dearpygui/test.py index 3fb0d51..3fb0d51 100644 --- a/src/Test_Plots/test.py +++ b/tests/dearpygui/test.py diff --git a/src/Test_Plots/test10.py b/tests/dearpygui/test10.py index d478d9a..d478d9a 100644 --- a/src/Test_Plots/test10.py +++ b/tests/dearpygui/test10.py diff --git a/src/Test_Plots/test1_updating_series_data.py b/tests/dearpygui/test1_updating_series_data.py index 1371008..1371008 100644 --- a/src/Test_Plots/test1_updating_series_data.py +++ b/tests/dearpygui/test1_updating_series_data.py diff --git a/src/Test_Plots/test2_axis_limis.py b/tests/dearpygui/test2_axis_limis.py index bdfeda1..bdfeda1 100644 --- a/src/Test_Plots/test2_axis_limis.py +++ b/tests/dearpygui/test2_axis_limis.py diff --git a/src/Test_Plots/test3_custom_axis_labels.py b/tests/dearpygui/test3_custom_axis_labels.py index be6b80b..be6b80b 100644 --- a/src/Test_Plots/test3_custom_axis_labels.py +++ b/tests/dearpygui/test3_custom_axis_labels.py diff --git a/src/Test_Plots/test4_multiple_y_axes.py b/tests/dearpygui/test4_multiple_y_axes.py index ebaac7e..ebaac7e 100644 --- a/src/Test_Plots/test4_multiple_y_axes.py +++ b/tests/dearpygui/test4_multiple_y_axes.py diff --git a/src/Test_Plots/test5_annotations.py b/tests/dearpygui/test5_annotations.py index 9deff6b..9deff6b 100644 --- a/src/Test_Plots/test5_annotations.py +++ b/tests/dearpygui/test5_annotations.py diff --git a/src/Test_Plots/test6_drag_points_and_lines.py b/tests/dearpygui/test6_drag_points_and_lines.py index c6d8862..c6d8862 100644 --- a/src/Test_Plots/test6_drag_points_and_lines.py +++ b/tests/dearpygui/test6_drag_points_and_lines.py diff --git a/src/Test_Plots/test7_querying.py b/tests/dearpygui/test7_querying.py index 06f3ceb..06f3ceb 100644 --- a/src/Test_Plots/test7_querying.py +++ b/tests/dearpygui/test7_querying.py diff --git a/src/Test_Plots/test8_custom_context_menus.py b/tests/dearpygui/test8_custom_context_menus.py index b459d15..b459d15 100644 --- a/src/Test_Plots/test8_custom_context_menus.py +++ b/tests/dearpygui/test8_custom_context_menus.py diff --git a/src/Test_Plots/test9_colors_and_styles.py b/tests/dearpygui/test9_colors_and_styles.py index 2f1c7ef..2f1c7ef 100644 --- a/src/Test_Plots/test9_colors_and_styles.py +++ b/tests/dearpygui/test9_colors_and_styles.py |