Skip to content

louisezetterlund/saleor-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

saleor-platform with configured logging

This is a clone of saleor-platform/saleor with logging configured for experiments, and tests generated by AutoGraphQL.


Includes the following changes needed for logging

  • A new model, saleor-platform/saleor/autographql/; Apply migrations with:
    • python manage.py makemigrations autographql
    • python manage.py migrate
  • saleor-platform/saleor/settings.py
  • saleor-platform/saleor/graphql/autographqlmiddleware.py
  • saleor-platform/saleor/graphql/views.py

To run the tests under /autographqltests/

  • Install composer
  • Add composer.json
  • Install PHPUnit
  • composer update
  • Run tests from saleor-platform/saleor/ with autographqltests/vendor/bin/phpunit autographqltests/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages