Home
last modified time | relevance | path

Searched defs:m_stdout (Results 1 – 25 of 96) sorted by relevance

1234

/dports/www/py-django-extensions/django-extensions-3.0.5/tests/management/commands/
H A Dtest_sqldsn.py76 def test_should_print_info_for_default_sqlite3_database(self, m_stdout): argument
86 def test_should_print_quiet_info_for_mysql_database(self, m_stdout): argument
95 def test_should_print_all_info_for_postgresql_database(self, m_stdout): argument
106 def test_should_print_info__with_kwargs_style_for_postgresql_psycopg2_database(self, m_stdout): argument
117 def test_should_print_info__with_uri_style_for_postgis_database(self, m_stdout): argument
128 def test_should_print_info__with_uri_style_without_port_for_postgis_database(self, m_stdout): argument
139 … test_should_print_info_with_pgpass_style_and_quiet_option_for_postgresql_database(self, m_stdout): argument
155 def test_should_print_info_for_all_databases(self, m_stdout): argument
181 def test_should_print_info_with_all_style_for_all_databases(self, m_stdout): argument
H A Dtest_reset_db.py50 def test_should_cancel_reset_db_if_input_is_different_than_yes(self, m_input, m_stdout): argument
57 def test_should_unlink_database_and_print_success_message(self, m_unlink, m_stdout): argument
65 def test_should_print_successful_message_even_if_unlink_failed(self, m_unlink, m_stdout): argument
87 def test_should_cancel_reset_db_if_input_is_different_than_yes(self, m_input, m_stdout): argument
95 …_should_drop_and_create_database_with_characterset_utf8_and_print_success_messsage(self, m_stdout): argument
122 …st_should_drop_and_create_database_without_characterset_and_print_success_messsage(self, m_stdout): argument
154 def test_should_cancel_reset_db_if_input_is_different_than_yes(self, m_input, m_stdout): argument
160 def test_should_drop_and_create_database_and_print_success_messsage(self, m_stdout): argument
179 def test_should_drop_create_database_close_sessions_and_print_success_messsage(self, m_stdout): argument
H A Dtest_show_urls.py54 def test_should_show_urls_unsorted_but_same_order_as_found_in_url_patterns(self, m_stdout): argument
63 def test_should_show_urls_sorted_alphabetically(self, m_stdout): argument
72 def test_should_show_urls_in_json_format(self, m_stdout): argument
83 def test_should_show_urls_in_pretty_json_format(self, m_stdout): argument
94 def test_should_show_urls_in_table_format(self, m_stdout): argument
102 def test_should_show_urls_in_aligned_format(self, m_stdout): argument
111 def test_should_show_urls_with_no_color_option(self, m_stdout): argument
H A Dtest_drop_test_database.py49 def test_should_raise_CommandError_if_database_is_unknown(self, m_input, m_stdout): argument
65 def test_sqlite3_should_unlink_database(self, m_unlink, m_isfile, m_stdout): argument
81 …lite3_should_not_print_Reset_successful_when_OSError_exception(self, m_unlink, m_isfile, m_stdout): argument
99 def test_mysql_should_drop_datatabase_with_host_and_port(self, m_stdout): argument
122 def test_mysql_should_drop_datatabase_with_unix_socket(self, m_stdout): argument
146 def test_postgresql_should_drop_database(self, m_stdout): argument
169 def test_postgresql_should_not_print_Reset_successful_when_exception_occured(self, m_stdout): argument
H A Dtest_print_user_for_session.py28 def test_should_print_Session_Key_does_not_exist_or_expired(self, m_stdout): argument
34 def test_should_print_that_there_is_no_user_associated_with_given_session(self, m_stdout): argument
47 def test_should_print_that_there_is_no_backend_associated_with_given_session(self, m_stdout): argument
60 def test_should_print_that_there_is_no_user_associated_with_id(self, m_stdout): argument
74 def test_should_print_user_info_for_session(self, m_stdout): argument
H A Dtest_sqlcreate.py50 … def test_should_print_SQL_create_database_statement_for_mysql(self, m_socket, m_stdout, m_stderr): argument
66 def test_should_print_SQL_create_database_statement_for_postgresql(self, m_stdout): argument
78 def test_should_print_SQL_drop_and_create_database_statement_for_postgresql(self, m_stdout): argument
108 …int_stderr_and_standard_create_database_statement_for_unsupported_engine(self, m_stdout, m_stderr): argument
H A Dtest_unreferenced_files.py34 def test_should_not_print_any_output(self, m_stdout): argument
41 def test_should_print_unreferenced_hello_txt_file(self, m_stdout): argument
51 def test_should_not_print_referenced_image_jpg_file(self, m_stdout): argument
H A Dtest_syncdata.py51 def test_should_print_No_fixtures_found_if_fixture_labels_not_provided(self, m_stdout): argument
57 def test_should_print_No_fixtures_found_if_fixtures_not_found(self, m_stdout): argument
76 def test_should_delete_old_objects_and_load_data_from_json_fixture(self, m_stdout): argument
H A Dtest_create_command.py51 def test_should_print_management_command_files_only_on_dry_run(self, m_stdout): # noqa argument
60 def test_should_create_management_command_files_and_print_filepaths(self, m_stdout): # noqa argument
69 def test_should_print_that_filepaths_already_exists(self, m_stdout): # noqa argument
H A Dtest_generate_secret_key.py22 def test_should_return_random_secret_key(self, m_stdout, m_get_random_secret): argument
35 …def test_should_use_get_random_string_for_django_older_than_1_10(self, m_stdout, m_get_random_stri… argument
H A Dtest_create_jobs.py48 def test_should_create_jobs_directory_structure_and_print_SUCCESS_message(self, m_stdout): argument
58 …ot_override_already_created_jobs_directory_structure_and_print_that_already_exists(self, m_stdout): argument
H A Dtest_reset_schema.py59 …_should_cancel_reset_schema_and_print_info_if_input_is_different_than_yes(self, m_input, m_stdout): argument
/dports/sysutils/py-upt/upt-0.11/upt/tests/
H A Dtest_log.py15 def test_quiet(self, m_stdout, m_stderr): argument
27 def test_debug(self, m_stdout, m_stderr): argument
39 def test_set_formatter(self, m_stdout, m_stderr): argument
57 def test_set_formatter_colored(self, m_stdout, m_stderr): argument
/dports/www/py-django-extensions/django-extensions-3.0.5/tests/management/
H A Dtest_email_notifications.py16 def test_should_print_that_no_email_recipients_available(self, m_stdout): argument
43 def test_should_not_notify_if_notification_level_is_not_set(self, m_stdout): argument
/dports/misc/py-molequeue/molequeue-0.9.0/molequeue/app/queues/uit/
H A Djobsubmissioninfo.h84 QString m_stdout; variable
/dports/misc/molequeue/molequeue-0.9.0/molequeue/app/queues/uit/
H A Djobsubmissioninfo.h84 QString m_stdout; variable
/dports/www/py-django-extensions/django-extensions-3.0.5/tests/
H A Dtest_find_template.py12 def test_finding_template(self, m_stdout): argument
/dports/math/py-pdal/PDAL-2.3.5/pdal/plang/
H A DRedirector.hpp48 PyObject* m_stdout; member in pdal::plang::Redirector
/dports/devel/qbs/qbs-src-1.21.0/src/app/qbs/
H A Dqbstool.h62 QString m_stdout; variable
/dports/editors/kate/kate-21.12.3/addons/externaltools/
H A Dkatetoolrunner.h93 QByteArray m_stdout; variable
/dports/security/keepassxc/keepassxc-2.6.6/tests/
H A DTestCli.h91 QScopedPointer<QBuffer> m_stdout; variable
/dports/x11/polybar/polybar-3.5.7/include/utils/
H A Dcommand.hpp108 int m_stdout[2]{}; member in command
/dports/textproc/libkomparediff2/libkomparediff2-21.12.3/src/
H A Dkompareprocess.h51 QString m_stdout; variable
/dports/editors/kate/kate-21.12.3/addons/gdbplugin/
H A Dioview.h61 QFile m_stdout; variable
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/externalscript/
H A Dexternalscriptjob.h68 QStringList m_stdout; variable

1234