Coder Social home page Coder Social logo

cli_game's Introduction

Cli Game

Brief description of your project.

Getting Started

These instructions will get your copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them:

  • Python (version 3.x recommended)
  • pip (Python package installer)

Running the Tests

Explain how to run the automated tests for this system:

python -m unittest discover

Code Coverage

To measure the code coverage of your tests, follow these steps:

Installing Coverage.py

If you haven't already installed coverage.py, you can do so using pip:

pip install coverage

Running Coverage

To run your tests with coverage, use the following command:

coverage run -m unittest discover

This command will execute all your tests and collect coverage data.

Generating Coverage Report

After running the tests, you can generate a coverage report in two formats:

  1. Terminal Report:

    coverage report

    This command will display a coverage report in the terminal.

  2. HTML Report:

    coverage html

    This generates a more detailed HTML report in a directory named htmlcov. Open htmlcov/index.html in a web browser to view it.

Viewing Coverage Report

  • For a quick overview, use the terminal report.
  • For a detailed view, including which lines are not covered by tests, use the HTML report.

cli_game's People

Contributors

djinn09 avatar

Watchers

 avatar

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.