mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-26 05:12:11 +00:00
- Added example/test archive files in various formats - Fix permission issue for public vs contributor
4 lines
110 B
Python
4 lines
110 B
Python
def test_public_view(full_version_one, tp):
|
|
r = tp.client.get("/api/v1/versions/")
|
|
tp.response_200(r)
|