1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 01:06:17 +02:00
github.com_openSUSE_osc/tests
2024-08-27 11:28:44 +02:00
..
addfile_fixtures Run check_store_version() in obs_scm.Store and fix related code in Project and Package 2024-06-24 12:37:15 +02:00
commit_fixtures Run check_store_version() in obs_scm.Store and fix related code in Project and Package 2024-06-24 12:37:15 +02:00
conf_fixtures tests: remove comments from oscrc fixtures 2022-08-12 10:06:00 +02:00
deletefile_fixtures Run check_store_version() in obs_scm.Store and fix related code in Project and Package 2024-06-24 12:37:15 +02:00
difffile_fixtures Run check_store_version() in obs_scm.Store and fix related code in Project and Package 2024-06-24 12:37:15 +02:00
fixtures Add test for extracting ar archive without long filenames 2024-08-27 11:28:44 +02:00
init_package_fixtures tests: remove comments from oscrc fixtures 2022-08-12 10:06:00 +02:00
init_project_fixtures tests: remove comments from oscrc fixtures 2022-08-12 10:06:00 +02:00
prdiff_fixtures Run check_store_version() in obs_scm.Store and fix related code in Project and Package 2024-06-24 12:37:15 +02:00
project_package_status_fixtures Run check_store_version() in obs_scm.Store and fix related code in Project and Package 2024-06-24 12:37:15 +02:00
repairwc_fixtures Run check_store_version() in obs_scm.Store and fix related code in Project and Package 2024-06-24 12:37:15 +02:00
request_fixtures tests: remove comments from oscrc fixtures 2022-08-12 10:06:00 +02:00
results_fixtures tests: remove comments from oscrc fixtures 2022-08-12 10:06:00 +02:00
revertfile_fixtures Run check_store_version() in obs_scm.Store and fix related code in Project and Package 2024-06-24 12:37:15 +02:00
setlinkrev_fixtures tests: remove comments from oscrc fixtures 2022-08-12 10:06:00 +02:00
update_fixtures Run check_store_version() in obs_scm.Store and fix related code in Project and Package 2024-06-24 12:37:15 +02:00
__init__.py Run tests via calling 'setup.py test' 2022-03-29 14:01:55 +02:00
common.py Fix possibility to overwrite special files in .osc (CVE-2024-22034 boo#1225911) 2024-07-29 13:24:13 +02:00
osc - initial testcases for the new update mechanism 2010-08-31 13:30:35 +02:00
test__private_api.py _private.api: Add xml_escape() function 2023-03-06 10:12:59 +01:00
test__private_package.py Add new osc._private module 2022-10-13 10:52:17 +02:00
test_addfiles.py Fix possibility to overwrite special files in .osc (CVE-2024-22034 boo#1225911) 2024-07-29 13:24:13 +02:00
test_build.py Store cached model defaults in self._defaults, avoid sharing references to mutable defaults 2024-01-03 21:22:30 +01:00
test_commandline.py Run check_store_version() in obs_scm.Store and fix related code in Project and Package 2024-06-24 12:37:15 +02:00
test_commit.py Fix possibility to overwrite special files in .osc (CVE-2024-22034 boo#1225911) 2024-07-29 13:24:13 +02:00
test_conf.py Implement do_snapshot() and has_changed() methods to determine changes in BaseModel 2024-02-21 09:46:53 +01:00
test_config_parser.py Fix config parser to throw an exception on duplicate sections or options 2024-06-03 08:21:17 +02:00
test_core_package.py mv: Fix regression 2023-01-26 10:11:54 +01:00
test_core_request.py core.Request - implement ordering compatible with py3 2022-09-16 12:42:09 +02:00
test_core.py Refactor makeurl(), deprecate query taking string or list arguments, drop osc_urlencode() 2024-02-09 13:26:37 +01:00
test_credentials.py Fix Password.encode() on python < 3.8 2024-01-23 20:07:13 +01:00
test_deletefiles.py Fix possibility to overwrite special files in .osc (CVE-2024-22034 boo#1225911) 2024-07-29 13:24:13 +02:00
test_difffiles.py Run autopep8 to fix whitespace issues 2022-09-12 13:45:19 +02:00
test_doc_plugins.py commandline: New class-based commands 2023-03-31 09:39:04 +02:00
test_git_scm_store.py tests: Replace 'git init -b' with 'git init' and 'git checkout -b' 2023-10-10 08:32:57 +02:00
test_grabber.py Store cached model defaults in self._defaults, avoid sharing references to mutable defaults 2024-01-03 21:22:30 +01:00
test_helpers.py Run autopep8 to fix whitespace issues 2022-09-12 13:45:19 +02:00
test_init_package.py Fix tests so they don't modify fixtures 2024-06-25 08:48:45 +02:00
test_init_project.py Fix tests so they don't modify fixtures 2024-06-25 08:48:45 +02:00
test_keyinfo.py Make most of the fields in KeyinfoPubkey and KeyinfoSslcert models optional 2024-07-04 14:24:52 +02:00
test_models_xmlmodel.py Fix XmlModel to load an empty string in an int field as None 2024-04-17 10:57:59 +02:00
test_models.py Implement total ordering on BaseModel 2024-03-04 15:00:12 +01:00
test_output.py Fix colorize() to avoid wrapping empty string into color escape sequences 2024-07-04 14:24:52 +02:00
test_package_status.py Run autopep8 to fix whitespace issues 2022-09-12 13:45:19 +02:00
test_prdiff.py Fix tests so they don't modify fixtures 2024-06-25 08:48:45 +02:00
test_project_status.py Run autopep8 to fix whitespace issues 2022-09-12 13:45:19 +02:00
test_repairwc.py Fix possibility to overwrite special files in .osc (CVE-2024-22034 boo#1225911) 2024-07-29 13:24:13 +02:00
test_request.py Improve 'osc rq show' output 2022-09-16 12:49:08 +02:00
test_results.py Run autopep8 to fix whitespace issues 2022-09-12 13:45:19 +02:00
test_revertfiles.py Fix possibility to overwrite special files in .osc (CVE-2024-22034 boo#1225911) 2024-07-29 13:24:13 +02:00
test_setlinkrev.py setlinkrev: Write a log message on setting a revision 2022-12-19 14:58:12 +01:00
test_store.py Run check_store_version() in obs_scm.Store and fix related code in Project and Package 2024-06-24 12:37:15 +02:00
test_update.py Fix possibility to overwrite special files in .osc (CVE-2024-22034 boo#1225911) 2024-07-29 13:24:13 +02:00
test_util_ar.py Add test for extracting ar archive without long filenames 2024-08-27 11:28:44 +02:00
test_util_cpio.py Forbid extracting files with absolute path from 'cpio' archives (boo#1122683) 2024-05-30 14:53:58 +02:00
test_vc.py Store cached model defaults in self._defaults, avoid sharing references to mutable defaults 2024-01-03 21:22:30 +01:00
test_xpath.py Add XPathQuery class for translating keyword arguments to an xpath query 2024-03-05 10:06:21 +01:00