Avram Lubkin
0d023777af
Linting Fixes
2022-11-15 14:20:08 +08:00
Chi Song
b7a91abceb
fix build error with new version of tools
2022-04-14 14:51:05 -07:00
Abdelrahman
08fb69e3b3
Fixed some typos
2021-07-25 23:30:50 -07:00
Sonia Sharma
8c22a15972
Add posix property to get os release version in semver valid format
2021-06-22 16:35:52 -07:00
Chi Song
5aaa10875d
fix errors from new mypy version
...
and remove useless types.
2021-03-30 19:37:12 +08:00
Chi Song
afbadd5a8b
Add pluggy for extensible methods
...
pluggy is designed to support pluggable interface. It will be used on
environment information first. Any may be used by Feature also.
It's different with current subclasses.py. subclasses supports schema,
and instances can be created dynamically.
2021-03-11 18:29:18 +08:00
Chi Song
db45c8d9b4
switch to assertpy package
...
assertpy package is more popular and powerful, so switch to it.
It doesn't support typing, but it's important to experience, so add it.
2021-02-23 12:59:54 +08:00