Skip to content

MarkUsProject/markus-autotesting-core

Repository files navigation

markus-autotesting-core

markus-autotesting-core is a Python package containing core utilities for the MarkUs autotester. In particular, it defines common data types used by different components of the autotester.

Installation

To install the package, you can use pip:

pip install markus-autotesting-core

Usage

After installation, you can use the package in your Python scripts. Here is a simple example:

from markus_autotesting_core import core

# Example usage of core functionality
result = core.some_function()
print(result)

Running the Package

You can run the package as a script using the following command:

python -m markus_autotesting_core

Testing

To run the tests, navigate to the project directory and use:

pytest tests/test_core.py

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for any enhancements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

Core utilities for the MarkUs autotester.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages