Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Intent HQ Python Code Challenges

Setup

1- Download this folder or clone the repo without creating a fork.

2- Install python

3- Install nose2, by executing pip install nose2

Running tests

For Python 3+.

To test all challenges:
$ nose2

To test a specific challenge:
$ nose2 connected_graph