BEM-based Python Class Construction
Stars
5
Forks
0
Watchers
5
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
21
commits
fix: Remove unsupported get_params method call in test assertion
92d4935View on GitHubfix: Modify test to use `.block` property when calling Build object
9faf550View on GitHubfix: Resolve module import issue with block names containing slashes
a88cea1View on GitHubfeat: Enhance test_bem with comprehensive BEMPy library testing
a8ecc62View on GitHubdocs: Simplify README to focus on core library information
122c559View on GitHubfix: Add mana attribute to Elf race modifier
342bf8eView on GitHubfix: Add fertility attribute to female gender modifier
65e4e4fView on GitHubfix: Add level attribute to Character class in init method
1469337View on GitHubfix: Add init method to modifier classes to resolve AttributeError
a6ca0eaView on GitHubtest: Add comprehensive test suite for BEMPy core functionality
45db18cView on GitHubfix: Resolve database connection and block reference issues in backend
44e7a0dView on GitHubrefactor: Enhance backend block tests with comprehensive coverage and detailed assertions
e280cdeView on GitHubdocs: Create comprehensive API documentation for all public classes and functions
33383cbView on GitHubrefactor: Improve code comments and structure in block class initialization
ed7874aView on GitHub