Git Product home page Git Product logo

unittesting-example's People

Contributors

andyli avatar randy3k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

unittesting-example's Issues

logging output during tests

I would like to see debug output during the run of my tests. Currently I can just see if the tests failed or not and the appropriate values in case they failed.

Is it possible to show debug output always? Either output from print statements or, preferably using logging?

Thanks!

Async example

Hi there. Thanks for the great UnitTesting plugin. Any chance you can add an example demonstrating how to write tests for async code? It would be most appreciated! Thanks.

GitHub Action failing on Linux

@randy3k thanks for putting up UnitTesting fur Sublime!
Without it, much more headache is pre-programmed!

I could not get the Linux part of the GitHub Action run green, while Windows and Mac run just fine.
It seems linux-libc-dev can not be fetched.

Could you have a look into it?

Error message:

E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_4.15.0-72.81_amd64.deb  404  Not Found [IP: 91.189.88.162 80]

Have a look at the logs here:
https://github.com/pykong/Helium/pull/84/checks?check_run_id=448151121

[Q] Support for Coveralls.io and Appveyor?

Currently there is only integration between coveralls and travis. But for me I only program in a windows specific domain, thus I am more interested building them in a windows environment via AppVeyor. But I saw, that there is no coveralls integration. Any plans adding that?

`sys.modules` vs `import`

Why is sys.modules used in the example? Am by no means fluent in python, but had trouble getting the sys.modules way to work. Isn't import the standard?

sys.modules['SublimeMagic.context']
# vs
from SublimeMagic.context import context

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.