Exemplo n.º 1
0
def test_valid_api_article_comments():
    url = route.post(post_id=224341009, addition='comments')
    assert requests.get(url).ok
Exemplo n.º 2
0
def test_valid_api_article():
    url = route.post(post_id=224341009)
    assert requests.get(url).ok
Exemplo n.º 3
0
def test_valid_api_article_comments():
    url = route.post(post_id=_post_id, addition='comments')
    assert requests.get(url, headers=headers).ok
Exemplo n.º 4
0
def test_valid_api_article():
    url = route.post(post_id=_post_id)
    assert requests.get(url, headers=headers).ok
Exemplo n.º 5
0
def test_valid_api_article_comments():
    url = route.post(post_id=_post_id, addition='comments')
    assert requests.get(url, headers=headers).ok
Exemplo n.º 6
0
def test_valid_api_article():
    url = route.post(post_id=_post_id)
    assert requests.get(url, headers=headers).ok