add a basic learn/retrieve test since I broke it a while back

This commit is contained in:
2023-02-19 17:56:26 -06:00
parent 0227b74eee
commit 667a85aa46
2 changed files with 36 additions and 0 deletions

19
tests/fixtures/markov_fixture.json vendored Normal file
View 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
}
}
]