Begin testing

This commit is contained in:
2023-06-12 10:36:14 +02:00
parent 869ba82695
commit ae80d8b87f
11 changed files with 161 additions and 19 deletions

View File

@@ -9,7 +9,8 @@ with app.app_context():
b = Benchmark(
name="discretizbench",
folder="/app/discretizbench",
description="Experiments with local discretization and Bayesian classifiers",
description="Experiments with local discretization and Bayesian "
"classifiers",
)
db.session.add(b)
b = Benchmark(
@@ -30,7 +31,7 @@ with app.app_context():
admin=True,
benchmark_id=1,
)
u.set_password("patata")
u.set_password("galeote")
u1 = User(
username="guest",
email="guest@example.com",