tests: run all tests, but exclude tests specific to my computer from CI
controllable via HPI_TESTS_KARLICOSS=true
This commit is contained in:
parent
6239879245
commit
d562f00dca
21 changed files with 93 additions and 72 deletions
|
@ -1,12 +1,16 @@
|
|||
from .common import skip_if_not_karlicoss as pytestmark
|
||||
# todo current test doesn't depend on data, in principle...
|
||||
# should make lazy loading the default..
|
||||
|
||||
|
||||
from datetime import datetime
|
||||
import json
|
||||
|
||||
import pytz
|
||||
|
||||
from my.twitter.archive import Tweet
|
||||
|
||||
|
||||
def test_tweet():
|
||||
def test_tweet() -> None:
|
||||
from my.twitter.archive import Tweet
|
||||
raw = """
|
||||
{
|
||||
"retweeted" : false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue