add a basic learn/retrieve test since I broke it a while back
This commit is contained in:
19
tests/fixtures/markov_fixture.json
vendored
Normal file
19
tests/fixtures/markov_fixture.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
[
|
||||
{
|
||||
"model": "markov.markovcontext",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"name": "#factory"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "markov.markovtarget",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"name": "#factory",
|
||||
"context": 1,
|
||||
"channel": 1,
|
||||
"chatter_chance": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user