Code Monkey home page Code Monkey logo

Comments (7)

Jamonek avatar Jamonek commented on August 15, 2024

I'm setting up CircleCI. Do you believe Travis-CI is the better option?

from pyrh.

lockefox avatar lockefox commented on August 15, 2024

Travis is just default. Any CI is ok.

My concern is that 50% of the coverage requires live account keys. These can be masked in Travis, but will automatically run against any PR. This means someone could print the env vars in py and get creds. Or add cheeky code to a test pass and execute real orders.

I've been looking at pytest.mark to mask away auth tests, and mocking for a full pass... But I'd still like live-schema checks to know when RH has changed something

from pyrh.

lockefox avatar lockefox commented on August 15, 2024

Picking through the options (codeship, travis, circle). All the public versions seem to be the same deal: setup runs with public views, and privacy gets pricy fast.

Travis is ubiquitous, and I'd be happy to formulate a PR to at least get un-authed stuff tested. I'd prefer Travis/CircleCI over Codeship b/c the testplan would at least be in the repo. I'm also digging into options on gitlab, but I'm not sure what the sync options look like between github/gitlab.

from pyrh.

westonplatter avatar westonplatter commented on August 15, 2024

@lockefox any update on this?

from pyrh.

Jamonek avatar Jamonek commented on August 15, 2024

@westonplatter I'm setting CI using CircleCI

from pyrh.

westonplatter avatar westonplatter commented on August 15, 2024

@Jamonek score.

from pyrh.

westonplatter avatar westonplatter commented on August 15, 2024

@Jamonek out of curiosity, how are you keeping the username/password secret? Is the Circle CI project public?

from pyrh.

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.