Skip to content
Snippets Groups Projects
Commit d5ae80c1 authored by Henke's avatar Henke
Browse files

Make testing possible, allowing for testing of #3

parent 0c649d7f
Branches
Tags
No related merge requests found
.pytest_cache/
venv/*
__pycache__/*
dist/*
......
test:
pytest test
.PHONY: test
from kattcmd.main import *
File moved
File moved
File moved
......@@ -2,9 +2,9 @@ import os
import pydash
import click
import doc
import bus
import core
from kattcmd import doc
from kattcmd import bus
from kattcmd import core
def interactive_mode(bus, plugins):
......
from main import *
import os
import kattcmd.core
import os
from kattcmd import core
def test_one_plus_one():
assert 1 + 1 == 2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment