Skip to content

Andrey-Lukashov/cron-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cron Challenge

Running the app

  • This application was developed and tested to work on Ubuntu 19.10
  • Make sure Python 3.7 is installed and working on your machine
  • Make sure the shebang in application.py and tests.py points to python binary on your machine (by default shebang set to /usr/bin/python)
  • Open the terminal
  • Go to the root directory of the project
  • Make sure the file is executable by running the following command:

chmod +x application.py

  • You can run the application by typing this in the terminal:

./application.py 02:30 < config

Testing

Give correct permissions to test file:

chmod +x tests.py

Run the tests using this command:

./tests.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages