summaryrefslogtreecommitdiffstats
path: root/sample-apps/blog-tutorial-shared/src/test/scala/com/yahoo/example/blog/BlogRecommendationAppTest.scala
blob: bd73c088e3e58f51e980d5f7cfe7bc7f46512886 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.example.blog

import org.scalatest.FunSuite

class BlogRecommendationAppTest extends FunSuite {

  test("CollaborativeFilteringApp writes user and item latent factors to output path") (pending)

}