/Reaktor-Junior-Pre-assignment

Pre-assignment for junior developer positions. https://www.reaktor.com/junior-dev-assignment/

Primary LanguagePython

CircleCI Netlify Status

hosted on:

https://eloquent-rosalind-cfa21a.netlify.com/index.html

How to run:

  1. Clone the repository
git clone git@github.com:Anssikka/Reaktor-Junior-Pre-assignment.git
  1. Navigate to the folder
  2. Replace status.real on the root folder with your own or on line 11 on parseri.py replace 'status.real' with the absolute path to your systems status.real.
  3. Run parseri.py with python
python3 parseri.py

How to run tests:

  1. Create a python virtual environment python
python3 -m venv venv
  1. Activate the venv on windows with:
venv\Scripts\activate.bat

or on linux/Mac

source venv/bin/activate
  1. Install dependencies with
pip install -r requirements.txt
  1. Run pytest
pytest

Made with:

Python that generates html and css.