diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-06-10 14:50:27 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-06-21 11:06:37 +0200 |
| commit | b70d8b334c4f714a046d72ea0a5f1a8378fd55b9 (patch) | |
| tree | c715f0ee50052f6f668ee9f2566456b1b0cbd809 /tools/qtpy2cpp_lib/test_baseline/basic_test.py | |
| parent | dedfebbc438ed2f5f6869092ee10e68f9ffd8a36 (diff) | |
qtpy2cpp: Set up test infrastructure
Add test code and move the files to baseline.
Task-number: PYSIDE-1945
Pick-to: 6.3
Change-Id: I57975c774d53a4dc5f77ca671652ca32c04809de
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'tools/qtpy2cpp_lib/test_baseline/basic_test.py')
| -rw-r--r-- | tools/qtpy2cpp_lib/test_baseline/basic_test.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/qtpy2cpp_lib/test_baseline/basic_test.py b/tools/qtpy2cpp_lib/test_baseline/basic_test.py deleted file mode 100644 index 345eeb4bb..000000000 --- a/tools/qtpy2cpp_lib/test_baseline/basic_test.py +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright (C) 2022 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 - -a = 7 - -if a > 5: - for f in [1, 2]: - print(f) -elif a == 2: - print(2) -elif not a: - print(0) -else: - for i in range(5): - print(i) - for i in range(2, 5): - print(i) |
