Skip to content
Snippets Groups Projects
deploy.py 453 B
Newer Older
  • Learn to ignore specific revisions
  • tuhe's avatar
    tuhe committed
    from looping_tests import Report1Flat
    
    from unitgrade_private.hidden_create_files import setup_grade_file_report
    
    tuhe's avatar
    tuhe committed
    from snipper import snip_dir
    
    if __name__ == "__main__":
        setup_grade_file_report(Report1Flat, minify=False, obfuscate=False, execute=False, with_coverage=True)
    
        # Deploy the files using snipper: https://gitlab.compute.dtu.dk/tuhe/snipper
    
    tuhe's avatar
    tuhe committed
        snip_dir(source_dir="", dest_dir="../../students/week5", exclude=['*.token', 'deploy.py'])