Skip to content

HeniMasmoudi/workshop

Repository files navigation

About The workshop

The workshop is aimed at getting started with Unit testing during CI/CD product cycle before taking it to production. We use Pytest as the Unit testing framework and python 3.7.

Installation

These are instructions to install the repo and running.

  1. Clone the repo

    git clone https://github.com/HeniMasmoudi/workshop.git 
  2. Lunch anaconda powershell and create an environment with a specific version of Python:

    conda create -n workshop python=3.7.5
  3. Install requirements

    Change your current directory to ../workshop and then:

    conda activate workshop

    Install python requirements

    pip install -r requirements.txt

    Install local packages

    pip install .

defining Env variables

  1. Open anaconda Powershell Prompt and write spyder
   spyder
  1. In spyder open Tools from the options bar
  2. Click Current user environment variables
  3. A warning will pop up, tap ok
  4. right-click and then tap insert
  5. enter your key "workshop" and the value "your local path to the workshop folder"
  6. save and close, and then restart anaconda powershell prompt

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Heni Masmoudi - Linkedin

Project Link: https://github.com/HeniMasmoudi/workshop

Releases

No releases published

Packages

No packages published

Languages