Skip to content

shkx281/ExceptionHandlingActivity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exception Handling Activity

This repository is used in the Ada Exception Activity Activity as an exercise for Ada students to practice generating exceptions in their code and writing test cases that expect exceptions.

Setup

To get set up first create a virtual environment.

$ python3 -m venv venv

Then activate the environment:

$ source venv/bin/activate

You can then install the dependencies with:

$ pip install -r requirements.txt

Running The Application

You can execute the application with:

$ python activity/main.py

You can run the tests with:

$ pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%