Git Product home page Git Product logo

Comments (2)

kdlucas avatar kdlucas commented on April 27, 2024

Did you set up the client you are using in the Google Developers console? It seems like it may not be set up yet. Follow the instructions in the README file for setting up the test client in the Google Developers console. Mainly these instructions:

  1. Test Account - Use a test account that uses Gmail, in order to properly
    authenticate against Google properties and also use OAuth2 credentials. Once
    you have obtained a test account, obtain OAuth2 credentials from the Google
    Developers Console. You'll also need a 2nd test account, without the OAuth2
    credentials.
  • Log in with your test account at https://accounts.google.com/
  • Access the Google Developers Console: https://console.developers.google.com
  • Create a project
  • Access the project you just created
  • Select the APIs & auth tab
  • Select the Credentials link
  • Two tokens are needed: under Client ID for native applications, copy the
    -- Client ID
    -- Client Secret

And then add the gmail account, password, Client ID, and Client Secret to the USER section in the _config.py file.

from cloudprint_logocert.

iamoklo avatar iamoklo commented on April 27, 2024

OK, I can run and get pre-test results Now.
Thanks a lot ! (I ignore "RunAfter24Hours" first.)

suite.addTest(unittest.makeSuite(SystemUnderTest))
suite.addTest(unittest.makeSuite(Privet))
suite.addTest(unittest.makeSuite(PreRegistration))
suite.addTest(unittest.makeSuite(Registration))
suite.addTest(unittest.makeSuite(PostRegistration))
suite.addTest(unittest.makeSuite(LocalDiscovery))
suite.addTest(unittest.makeSuite(LocalPrinting))
suite.addTest(unittest.makeSuite(ChromePrinting))
suite.addTest(unittest.makeSuite(Printer))
suite.addTest(unittest.makeSuite(PrinterState))
suite.addTest(unittest.makeSuite(JobState))
suite.addTest(unittest.makeSuite(Printing))
suite.addTest(unittest.makeSuite(Unregister))
suite.addTest(unittest.makeSuite(PostUnregister))

from cloudprint_logocert.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.