GithubHelp home page GithubHelp logo

py-can-access-google-page's Introduction

Can access Google page

Inside app/test_main.py, write a test for can_access_google_page function. This function takes url of the site, returns "Accessible" if url is valid to access the Google home page and it has internet connection, else it returns "Not accessible".

This function uses:

  • valid_google_url function, that takes url and return True if url is in valid values.
  • has_internet_connection function, returns True if current time is between 6:00:00 and 22:59:59, because internet connection exists only in this period of time in this town.

You have to check only can_access_google_page functionality. Mock valid_google_url and has_internet_connection functions.

You have to install requests via pip.

Run pytest app/ to check if function pass your tests.

Run pytest --numprocesses=auto tests/ to check if your tests cover all boundary conditions and pass task tests.

Note: Check your code using this checklist before pushing your solution.

py-can-access-google-page's People

Contributors

abnormaltype avatar danylott avatar ivanramyk avatar kolyazakharov avatar masterpieceelbow avatar y-havryliv avatar yukihirosm avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.