Skip to content
Permalink
Browse files

testing has been set up to be run from setup.py

  • Loading branch information...
shawnmjones committed Jul 10, 2019
1 parent 7ca3b39 commit ecc04753b19f70a396d7c44e74cf2e9b9e2c947f
Showing with 3 additions and 3 deletions.
  1. +1 −1 raintale/templates/default.twitter
  2. +2 −2 setup.py
  3. 0 test/__init__.py
  4. 0 test/unit/__init__.py
@@ -2,7 +2,7 @@
{# RAINTALE TITLE PART #}
{{ title }}

{% if generated_by not none %}Story By: {{ generated_by }}{% endif %}
{% if generated_by is not none %}Story By: {{ generated_by }}{% endif %}

{% if collection_url is not none %}{{ collection_url }}{% endif %}
{# RAINTALE ELEMENT PART #}
@@ -45,7 +45,6 @@
'requests_cache',
'requests_futures'
],
test_suite="tests",
zip_safe=True,
classifiers=[
'Development Status :: 3 - Alpha',
@@ -59,5 +58,6 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
],
keywords='webarchives memento storytelling'
keywords='webarchives memento storytelling',
test_suite="test.unit"
)
No changes.
No changes.

0 comments on commit ecc0475

Please sign in to comment.
You can’t perform that action at this time.