Skip to content
 
 

Repository files navigation

Setting Up the PYTHONPATH for Local Development

To make sure the configs module is always available, you can set the PYTHONPATH permanently by adding it to your shell configuration file.

Instructions for macOS/Linux:

  1. Open your terminal.

  2. Edit your shell configuration file:

    • For bash (default on many systems):
      nano ~/.bashrc
    • For zsh (default on newer macOS versions):
      nano ~/.zshrc
  3. Add the following line at the end of the file:

    export PYTHONPATH=$PYTHONPATH:/Users/kushidhar/Projects/project_orion/automation_pytest
    

pip freeze > requirements.txt


VIRTUAL ENV SETUP
python3 -m venv venv  
     
source venv/bin/activate 

pip3 install -r requirements.txt 

pytest tests_question_api

deactivate

About

Known for its precision and brightness, symbolizing accuracy and thorough testing.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages