Skip to content

Instantly share code, notes, and snippets.

View miroesli's full-sized avatar
💭
📡 Exploring 🌠

Michail Roesli miroesli

💭
📡 Exploring 🌠
View GitHub Profile

Keybase proof

I hereby claim:

  • I am miroesli on github.
  • I am miroesli (https://keybase.io/miroesli) on keybase.
  • I have a public key ASBwb4RzQAZ-xB30Ic3ZBO4XO4dWuL62W1XkRJNH5Sh1ygo

To claim this, I am signing this object:

@miroesli
miroesli / test_worker_basic.py
Created July 19, 2017 19:08
SEng299 Assignment 4 - Unit tests for ShillBot
import unittest
import codecs
import os
import settings
from workers.basic_worker import BasicUserParseWorker
class TestWorkerBasic(unittest.TestCase):