14 lines
230 B
Python
14 lines
230 B
Python
"""
|
|
Test calcul moyennes pour les poursuites d'études
|
|
"""
|
|
import numpy as np
|
|
from tests.unit import setup
|
|
|
|
from app import db
|
|
|
|
import app.pe.moys.pe_rcstag as pe_rcstag
|
|
|
|
|
|
def test_compute_moyennes_par_RCS:
|
|
"""Test"""
|
|
pass |