-
Notifications
You must be signed in to change notification settings - Fork 0
hackeziah/exam1
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# EXAM 1
Python Programming
## Requirements
Specify any prerequisites or dependencies required to run your program.
- Python 3.x
- virtual enviroment for pytest
## Installation
```
Install pip virtualenv first
>> python -m venv venv => create virtual environment
>> venv\Scripts\activate => activate the venv
>> pip install -r requirements.txt => to install packages for unittest (Pytest) for your virtual environment.
```
## Testing
Now you may now use the the pytest command
```bash
pytest tests.py
```
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published