Skip to content
Snippets Groups Projects
Commit 1feac3ed authored by Nico Vermaas's avatar Nico Vermaas
Browse files

update documentation

parent 96cbb092
No related branches found
No related tags found
1 merge request!305Sdc 938 cleanup service
Pipeline #51263 passed
atdb/docs/ATDB-LDV - Deployment Diagram.png

222 KiB | W: | H:

atdb/docs/ATDB-LDV - Deployment Diagram.png

250 KiB | W: | H:

atdb/docs/ATDB-LDV - Deployment Diagram.png
atdb/docs/ATDB-LDV - Deployment Diagram.png
atdb/docs/ATDB-LDV - Deployment Diagram.png
atdb/docs/ATDB-LDV - Deployment Diagram.png
  • 2-up
  • Swipe
  • Onion skin
from django.test import TestCase from django.test import TestCase
from rest_framework.test import APIClient
from .models import Task
# Create your tests here. # Create your tests here.
# test creating a task
class CreateTaskTestCase(TestCase):
def setUp(self):
Task.objects.create(
filter="ldv-spec:529",
project="lc0_012",
sas_id="86578",
workflow=16,
inputs=[{"type": "File","location": "srm.grid.sara.nl","size": 100,"checksum": "","surl": "srm://srm.grid.sara.nl:8443/pnfs/grid.sara.nl/data/lofar/ops/projects/lt10_010/774619/L774619_SB014_uv.MS_62d7c0df.tar"}],
size_to_process=200,
)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment