Skip to content

chrisma/marvin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marvin

Setup

  • A venv virtual Python environment is recommended.
  • Ensure libxml2 development packages are installed sudo apt install libxml2-dev libxmlsec1-dev
  • Install Python dependencies using pip3 install -r requirements.txt

Run tests

Python's unittest is being used.

  • Run all tests using python3 -m unittest test
  • Run selected tests by stating the test class name python3 -m unittest test.TestDiffDeletedLine

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published