wagtail / wagtail-factories

Factory boy classes for wagtail
http://wagtail-factories.readthedocs.io/en/latest/
MIT License
102 stars 40 forks source link

Update testing and coverage tools #86

Closed jams2 closed 3 months ago

jams2 commented 6 months ago

coverage and the pytest plugins declared in setup.py are out of date and could use updating.

See:

Tasks:

Krishnag09 commented 6 months ago

could you please assign this to me.

jams2 commented 6 months ago

Hi @Krishnag09, I believe tickets are not typically assigned outside of the Wagtail core team, but do feel free to pick this up and start working on it :)

Krishnag09 commented 6 months ago

I have the changes ready but would need access to push.

jams2 commented 6 months ago

Hi @Krishnag09 , you should:

  1. create a fork of this repository in your own github account;
  2. clone your fork to your computer;
  3. create a new branch for your work;
  4. commit your work to your new branch;
  5. push those changes to your github repository; and
  6. open a pull request on this repository, from your branch targeting main.

Once your changes have been reviewed, tested, and any necessary changes have been made, a maintainer of this package will merge them.

jams2 commented 3 months ago

Solved by #91