Add helpentry api
This commit is contained in:
parent
87e0796f05
commit
cc9f42a398
5 changed files with 199 additions and 44 deletions
|
|
@ -1,4 +1,7 @@
|
|||
"""Tests for the REST API"""
|
||||
"""
|
||||
Tests for the REST API.
|
||||
|
||||
"""
|
||||
from evennia.utils.test_resources import EvenniaTest
|
||||
from evennia.web.api import serializers
|
||||
from rest_framework.test import APIClient
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue