first commit
This commit is contained in:
commit
73fc2121bf
30 changed files with 13308 additions and 0 deletions
10
Finish/tests.py
Normal file
10
Finish/tests.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
from otree.api import Currency as c, currency_range, expect, Bot, SubmissionMustFail
|
||||
from . import *
|
||||
import random
|
||||
|
||||
|
||||
class PlayerBot(Bot):
|
||||
def play_round(self):
|
||||
if self.round_number == 1:
|
||||
yield Submission(EndOfExperiment, check_html = False)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue