mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
update support files for docstrings
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
"""
|
||||
Test that the root API endpoint is available.
|
||||
"""
|
||||
"""Test that the root API endpoint is available."""
|
||||
|
||||
import json
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
"""
|
||||
Test that the "translated" javascript files to not contain template tags
|
||||
which need to be determined at "run time".
|
||||
"""Test that the "translated" javascript files to not contain template tags which need to be determined at "run time".
|
||||
|
||||
This is because the "translated" javascript files are compiled into the "static" directory.
|
||||
|
||||
They should only contain template tags that render static information.
|
||||
"""
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
""" Check that there are no database migration files which have not been committed. """
|
||||
"""Check that there are no database migration files which have not been committed."""
|
||||
|
||||
import subprocess
|
||||
import sys
|
||||
|
@ -1,4 +1,4 @@
|
||||
""" Check that there are no database migration files which have not been committed. """
|
||||
"""Check that there are no database migration files which have not been committed."""
|
||||
|
||||
import subprocess
|
||||
import sys
|
||||
|
Reference in New Issue
Block a user