This website requires JavaScript.
Explore
Help
Sign In
p15670423
/
monkey
Watch
1
Star
0
Fork
You've already forked monkey
5
Code
Issues
Pull Requests
3
Projects
Releases
Wiki
Activity
c385177dac
monkey
/
envs
/
monkey_zoo
/
blackbox
/
tests
/
basic_test.py
8 lines
95 B
Python
Raw
Normal View
History
Unescape
Escape
Refactoring current tests
2020-03-30 15:45:42 +08:00
import
abc
Refactored to run series of tests, improved configurations, file structure
2019-09-11 17:39:28 +08:00
CR comments fixed
2019-10-01 15:42:51 +08:00
Refactoring current tests
2020-03-30 15:45:42 +08:00
class
BasicTest
(
abc
.
ABC
)
:
@abc.abstractmethod
Refactored to run series of tests, improved configurations, file structure
2019-09-11 17:39:28 +08:00
def
run
(
self
)
:
Refactoring current tests
2020-03-30 15:45:42 +08:00
pass