]> SALOME platform Git repositories - tools/sat.git/commit
Salome HOME
mv test/_testTools test/unittestpy and fix test_*.py
authorChristian Van Wambeke <christian.van-wambeke@cea.fr>
Mon, 15 Jan 2018 08:24:30 +0000 (09:24 +0100)
committerChristian Van Wambeke <christian.van-wambeke@cea.fr>
Mon, 15 Jan 2018 08:24:30 +0000 (09:24 +0100)
commit55c18add524c9e42961501fac0eb7d40f4ab60ed
treebb60858c0ae68ca3830a9f34acd17e1490fe997e
parent4e328dca8334bd44e1980af0b89b0919c5c620ad
mv test/_testTools test/unittestpy and fix test_*.py
73 files changed:
AllTestLauncherSat.py [new file with mode: 0755]
__init__.py [new file with mode: 0644]
commands/application.py
commands/check.py
commands/clean.py
commands/compile.py
commands/config.py
commands/configure.py
commands/environ.py
commands/find_duplicates.py
commands/generate.py
commands/init.py
commands/job.py
commands/jobs.py
commands/launcher.py
commands/make.py
commands/makeinstall.py
commands/package.py
commands/patch.py
commands/prepare.py
commands/profile.py
commands/script.py
commands/shell.py
commands/source.py
commands/template.py
commands/test.py
salomeTools.py
src/__init__.py
src/architecture.py
src/compilation.py
src/debug.py [new file with mode: 0644]
src/environment.py
src/i18n/build_strings.sh
src/i18n/fr/LC_MESSAGES/salomeTools.po
src/logger.py
src/options.py
src/product.py
src/system.py
src/test_module.py [changed mode: 0644->0755]
test/__init__.py [new file with mode: 0644]
test/_testTools/HTMLTestRunner.py [deleted file]
test/_testTools/tools.py [deleted file]
test/compilation/test_compilation.py [changed mode: 0644->0755]
test/compilation/test_configure.py [changed mode: 0644->0755]
test/compilation/test_make.py [changed mode: 0644->0755]
test/compilation/test_makeinstall.py [changed mode: 0644->0755]
test/config/create_user_pyconf.py [deleted file]
test/config/option_copy.py [deleted file]
test/config/option_edit.py [deleted file]
test/config/option_value.py [deleted file]
test/config/option_value_2.py [deleted file]
test/config/test_create_user_pyconf.py [new file with mode: 0755]
test/config/test_option_copy.py [new file with mode: 0755]
test/config/test_option_edit.py [new file with mode: 0755]
test/config/test_option_value.py [new file with mode: 0755]
test/config/test_option_value_2.py [new file with mode: 0755]
test/environ/test_environ.py [changed mode: 0644->0755]
test/job/test_job.py [changed mode: 0644->0755]
test/jobs/test_jobs.py [changed mode: 0644->0755]
test/log/launch_browser.py [deleted file]
test/log/launch_browser2.py [deleted file]
test/log/test_launch_browser.py [new file with mode: 0755]
test/log/test_launch_browser2.py [new file with mode: 0755]
test/prepare/test_clean.py [changed mode: 0644->0755]
test/prepare/test_patch.py [changed mode: 0644->0755]
test/prepare/test_prepare.py [changed mode: 0644->0755]
test/prepare/test_source.py [changed mode: 0644->0755]
test/run_all.sh
test/shell/test_shell.py [changed mode: 0644->0755]
test/test/test_command.py [changed mode: 0644->0755]
test/unittestpy/HTMLTestRunner.py [new file with mode: 0644]
test/unittestpy/__init__.py [new file with mode: 0644]
test/unittestpy/tools.py [new file with mode: 0644]