Skip to content

alderven/addressline

Repository files navigation

Description

This project contains:

How to install

  1. Download and unzip this project: https://github.com/alderven/addressline/archive/master.zip
  2. Install Python 3.6 or higher: https://www.python.org/downloads/
  3. Install Allure Framework: https://docs.qameta.io/allure/latest/
  4. Install following Python libs:

How to run Addressline utility

Execute following line in CMD in the project folder:

python addressline.py -a "string to convert"

How to run tests

Execute following line in CMD in the project folder:

python -m pytest --alluredir /full/path/to/report/folder

How to generate Allure report

Execute following line in CMD in the project folder:

allure serve /full/path/to/report/folder

Test Cases description and run result

Test scenario Result
1 Convert "Winterallee 3" Passed
2 Convert "Musterstrasse 45" Passed
3 Convert "Blaufeldweg 123B" Passed
4 Convert "Am Bächle 23" Passed
5 Convert "Auf der Vogelwiese 23 b" Passed
6 Convert "4, rue de la revolution" Passed
7 Convert "200 Broadway Av" Passed
8 Convert "Calle Aduana, 29" Passed
9 Convert "Calle 39 No 1540" Passed

About

Simple addressline parsing utulity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published