Skip to content
Snippets Groups Projects
Commit cb5f7cb7 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

black reformat

parent 4065f8e6
No related branches found
No related tags found
1 merge request!17Prepare v1.0.1
Pipeline #37418 failed with stages
in 13 minutes and 38 seconds
......@@ -34,10 +34,9 @@ from ippidb.models import (
Contribution,
LeLleBiplotData,
PcaBiplotData,
DrugBankCompound,
Protein,
)
from .utils import create_dummy_compound, create_dummy_drugbank_compound
from .utils import create_dummy_compound
class MolSmiTestCase(TestCase):
......
......@@ -60,7 +60,6 @@ class CompoundCardViewTest(TestCase):
response = self.client.get(reverse("compound_card", kwargs={"pk": 1}))
self.assertEqual(response.status_code, 200)
def test_compound_card_no_lelleplot_data(self):
"""
test that compound card is ok even if LE-LLE plot
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment