pycon-kr-2018

gracefully testing and refactoring

Stars
3

PyCon Korea 2018

📄 Korean docs

Gracefully Testing and Refactoring

Presentation

Unfortunately, There are no English version slides.

This repository is a kind of archive of Pycon 2018 KR Program.

Announced codes and testing snippets are archived in this repository.

Check the follows instructions to start the tutorial easily.

Getting Started

Overview

There are a few requirements to test on your device.

Check this follows and set-up those environments.

  • python 3.6 or higher
  • pip

Install

pipenv

This project uses pipenv to manage dependencies which this project is used.

$ pip install pipenv

git clone

In this guideline we use SSH protocol to clone our git repository, However, If you don't use this protocol you can simply change to HTTPS

$ git clone [email protected]:KennethanCeyer/pycon-kr-2018.git
$ cd pycon-kr-2018

install dependencies

You can use those simple command to download all of the dependencies.

$ pipenv install
$ pipenv shell

Tutorials

Questions

If you faced some kind of problem, Ask with this email([email protected]).

Badges
Extracted from project README
Slideshare cover