diff options
author | Ryan Huber <rhuber@gmail.com> | 2017-04-12 16:47:43 +0000 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2017-04-12 16:47:43 +0000 |
commit | 95fa084893660b655388604084f082a080f1ba32 (patch) | |
tree | 8c667c21f591572052f6b3a046c1b94712285c40 /_pytest/test_linkifytext.py | |
parent | 01beb42fec5c6dbfc0d8c53ce1de88b48b48f6db (diff) | |
download | wee-slack-95fa084893660b655388604084f082a080f1ba32.tar.gz |
massssssssive merge of the new codebase
Diffstat (limited to '_pytest/test_linkifytext.py')
-rw-r--r-- | _pytest/test_linkifytext.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_pytest/test_linkifytext.py b/_pytest/test_linkifytext.py new file mode 100644 index 0000000..f9da3f9 --- /dev/null +++ b/_pytest/test_linkifytext.py @@ -0,0 +1,6 @@ +from wee_slack import linkify_text + +#def test_linkifytext(): +# linkify_text('@ryan') + +# assert False |