Add helpentry api

This commit is contained in:
Griatch 2021-05-23 15:16:55 +02:00
parent 87e0796f05
commit cc9f42a398
5 changed files with 199 additions and 44 deletions

View file

@ -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