Skip to content

SpringfieldCollege-MPCS/ExampleTesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Testing

First things first: create a conda virtual environment!

  1. conda create -n exampletesting python=3.9
  2. conda activate exampletesting

Now that we have a virtual environment we now "install" our package

  1. pip install -e . - This will install the package here in "development mode". This means we wont have to constantly keep reinstalling if we make changes. This is way of installing only makes sense if you plan to make changes, which we will on this one!

Executing the above command should have installed pytest for us. Lets try it out and see if it works!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages