Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

AdaGold/ExceptionHandlingActivity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is used in the Ada Exception Handling 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

Next activate the environment:

$ source venv/bin/activate

Finally, 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

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp