Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] mail_tracking_mass_mailing: Integration tests #258

Conversation

yajo
Copy link
Member

@yajo yajo commented Apr 16, 2018

Testing this addon failed if i.e. mass_mailing_list_dynamic was installed before.

Moving tests to post-install mode fixes integration tests.

@Tecnativa

Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
@yajo yajo self-assigned this Apr 16, 2018
@yajo yajo added this to the 10.0 milestone Apr 16, 2018
@pedrobaeza
Copy link
Member

For avoiding import new things, you can do:

class TestX(..):
    post_install = True
    at_install = True

and works the same.

@pedrobaeza
Copy link
Member

Merging this as trivial

@pedrobaeza pedrobaeza merged commit 71274ec into OCA:10.0 Apr 18, 2018
@pedrobaeza pedrobaeza deleted the 10.0-mail_tracking_mass_mailing-fix_integration_tests branch April 18, 2018 15:31
pedrobaeza pushed a commit to Tecnativa/social that referenced this pull request Aug 9, 2018
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
ghost pushed a commit to camptocamp/social that referenced this pull request Aug 21, 2018
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
ernestotejeda pushed a commit to Tecnativa/social that referenced this pull request Nov 6, 2018
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
ernestotejeda pushed a commit to Tecnativa/social that referenced this pull request Jan 9, 2019
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
yajo added a commit that referenced this pull request Mar 7, 2019
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
ernestotejeda pushed a commit to Tecnativa/social that referenced this pull request Mar 7, 2019
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
zaoral pushed a commit to adhoc-dev/social that referenced this pull request Jun 8, 2020
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
zaoral pushed a commit to adhoc-dev/social that referenced this pull request Jun 8, 2020
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
zaoral pushed a commit to adhoc-dev/social that referenced this pull request Jun 9, 2020
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
zaoral pushed a commit to adhoc-dev/social that referenced this pull request Jun 9, 2020
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
CarlosRoca13 pushed a commit to Tecnativa/social that referenced this pull request Jul 22, 2021
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
CarlosRoca13 pushed a commit to Tecnativa/social that referenced this pull request Jul 22, 2021
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
nicomacr pushed a commit to adhoc-dev/social that referenced this pull request Apr 12, 2022
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
nicomacr pushed a commit to adhoc-dev/social that referenced this pull request May 16, 2022
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
sergio-teruel pushed a commit to Tecnativa/social that referenced this pull request Dec 8, 2022
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
sergio-teruel pushed a commit to Tecnativa/social that referenced this pull request Feb 1, 2023
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
nguyenhk99 pushed a commit to nguyenhk99/social that referenced this pull request Mar 9, 2023
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
OCA-git-bot pushed a commit to nguyenhk99/social that referenced this pull request Oct 19, 2023
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
chienandalu pushed a commit to Tecnativa/social that referenced this pull request Oct 31, 2023
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
chienandalu pushed a commit to Tecnativa/social that referenced this pull request Jul 5, 2024
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
trisdoan pushed a commit to trisdoan/social that referenced this pull request Oct 10, 2024
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants