piyush0101 / jenkins-view-builder

Other
6 stars 12 forks source link

python3 support #13

Closed ghost closed 7 years ago

michalvanco commented 7 years ago

Tests passing:

$ tox
py27 create: /Users/michal.vanco/Work/github/jenkins-view-builder/.tox/py27
py27 installdeps: -r/Users/michal.vanco/Work/github/jenkins-view-builder/requirements.txt
py27 develop-inst: /Users/michal.vanco/Work/github/jenkins-view-builder
py27 installed: cliff==1.6.1,cmd2==0.6.7,coverage==3.7.1,-e git+git@github.com:michalvanco/jenkins-view-builder.git@2b8a2d29cd6b7b47b97edd216d1088970af16ae1#egg=jenkins_view_builder,nose==1.3.3,pep8==1.5.7,prettytable==0.7.2,pyparsing==2.0.2,PyYAML==3.11,requests==2.11.1,six==1.7.3,stevedore==0.15
py27 runtests: PYTHONHASHSEED='2054642672'
py27 runtests: commands[0] | ./run_tests.sh
test_should_raise_exception_for_invalid_view_type (tests.test_converter.TestConverter) ... ok
test_should_create_a_column_element_given_name (tests.test_list_view.TestListView) ... ok
test_should_create_a_job_element_given_job_name (tests.test_list_view.TestListView) ... ok
test_should_have_a_name_tag_in_view_xml (tests.test_list_view.TestListView) ... ok
test_should_have_columns_in_view_xml (tests.test_list_view.TestListView) ... ok
test_should_have_jobs_in_view_xml (tests.test_list_view.TestListView) ... ok
test_should_include_description_in_xml (tests.test_list_view.TestListView) ... ok
test_should_include_recurse_flag_in_xml (tests.test_list_view.TestListView) ... ok
test_should_raise_an_exception_given_a_bad_column_name (tests.test_list_view.TestListView) ... ok
test_should_set_includeRegex_using_includeRegex_flag (tests.test_list_view.TestListView) ... ok
test_should_set_includeRegex_using_regex_flag (tests.test_list_view.TestListView) ... ok
test_should_have_name_tag_in_view_xml (tests.test_nested_view.TestNestedView) ... ok
test_should_have_first_job_of_the_pipeline (tests.test_pipeline_view.TestPipelineView) ... ok
test_should_have_name_tag_in_view_xml (tests.test_pipeline_view.TestPipelineView) ... ok
test_should_have_title_in_view_xml (tests.test_pipeline_view.TestPipelineView) ... ok
test_should_include_number_of_displayed_builds (tests.test_pipeline_view.TestPipelineView) ... ok
test_should_set_allow_manual_trigger (tests.test_pipeline_view.TestPipelineView) ... ok
test_should_set_pipeline_parameters (tests.test_pipeline_view.TestPipelineView) ... ok
test_should_set_refresh_frequency (tests.test_pipeline_view.TestPipelineView) ... ok
test_should_trigger_only_latest (tests.test_pipeline_view.TestPipelineView) ... ok
load_test_xml (tests.test_sectioned_view.TestSectionedView) ... ok
test_should_have_columns_in_list_view_section_xml (tests.test_sectioned_view.TestSectionedView) ... ok
test_should_have_columns_in_view_listing_section_xml (tests.test_sectioned_view.TestSectionedView) ... ok
test_should_have_job_regex_filter_in_list_view_section_xml (tests.test_sectioned_view.TestSectionedView) ... ok
test_should_have_job_status_filter_in_list_view_section_xml (tests.test_sectioned_view.TestSectionedView) ... ok
test_should_have_jobs_in_list_view_section_xml (tests.test_sectioned_view.TestSectionedView) ... ok
test_should_have_name_in_list_view_section_xml (tests.test_sectioned_view.TestSectionedView) ... ok
test_should_have_name_in_text_section_xml (tests.test_sectioned_view.TestSectionedView) ... ok
test_should_have_name_in_view_xml (tests.test_sectioned_view.TestSectionedView) ... ok
test_should_have_other_views_filter_in_list_view_section_xml (tests.test_sectioned_view.TestSectionedView) ... ok
test_should_have_regex_in_list_view_section_xml (tests.test_sectioned_view.TestSectionedView) ... ok
test_should_have_text_in_text_section_xml (tests.test_sectioned_view.TestSectionedView) ... ok
test_should_have_views_in_view_listing_section_xml (tests.test_sectioned_view.TestSectionedView) ... ok
test_should_write_to_disk (tests.test_views.TestViews) ... SKIP: Unfinished

----------------------------------------------------------------------
Ran 34 tests in 0.301s

OK
michalvanco commented 7 years ago

JVB tested locally with python3